Skip to content

Commit b41bc61

Browse files
authored
Update settings.py
1 parent db3afe5 commit b41bc61

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CodeJammers/settings.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
DEBUG = False
2727

2828
ALLOWED_HOSTS = ['*']
29-
CSRF_TRUSTED_ORIGINS = ['http://*', 'https://*']
29+
CSRF_TRUSTED_ORIGINS = ['http://*', 'https://*.azurewebsites.net']
3030

3131

3232
# Application definition
@@ -122,4 +122,4 @@
122122

123123
STATIC_URL = "/static/"
124124
STATICFILES_STORAGE = 'whitenoise.storage.CompressedManifestStaticFilesStorage'
125-
STATIC_ROOT = BASE_DIR / 'staticfiles'
125+
STATIC_ROOT = BASE_DIR / 'staticfiles'

0 commit comments

Comments
 (0)