Compare commits

..

No commits in common. "1a84b8eb9956d5b9d1be13ff785a275361dfb2e9" and "01c5efe746e0007d4ab0e52ed44fa22c91e95272" have entirely different histories.

View File

@ -14,7 +14,6 @@ DEBUG = os.getenv('DEBUG', 'False').lower() == 'true'
ALLOWED_HOSTS = os.getenv('ALLOWED_HOSTS', '*').split(',')
# CORS Configuration
CORS_ALLOWED_ORIGINS = [
'http://localhost:3000',
'http://127.0.0.1:3000',
@ -23,10 +22,6 @@ CORS_ALLOWED_ORIGINS = [
CORS_ALLOW_CREDENTIALS = True
CSRF_TRUSTED_ORIGINS = [
'https://api.attunehearttherapy.com',
'https://attunehearttherapy.com'
]
INSTALLED_APPS = [
'jazzmin',