We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db3afe5 commit b41bc61Copy full SHA for b41bc61
1 file changed
CodeJammers/settings.py
@@ -26,7 +26,7 @@
26
DEBUG = False
27
28
ALLOWED_HOSTS = ['*']
29
-CSRF_TRUSTED_ORIGINS = ['http://*', 'https://*']
+CSRF_TRUSTED_ORIGINS = ['http://*', 'https://*.azurewebsites.net']
30
31
32
# Application definition
@@ -122,4 +122,4 @@
122
123
STATIC_URL = "/static/"
124
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
125
-STATIC_ROOT = BASE_DIR / 'staticfiles'
+STATIC_ROOT = BASE_DIR / 'staticfiles'
0 commit comments