CSRF_TRUSTED_ORIGINS added to config
This commit is contained in:
parent
dc49bc8ab0
commit
a6c61ee3f3
@ -40,6 +40,7 @@ USER_CONFIG_DEFAULTS = {
|
||||
'DEBUG': False,
|
||||
'SECRET_KEY': None,
|
||||
'ALLOWED_HOSTS': ['127.0.0.1', ],
|
||||
'CSRF_TRUSTED_ORIGINS': [],
|
||||
'DEFAULT_THEME': 'clear-red',
|
||||
'ITEM_ROOT': os.path.join(BASE_DIR, 'data', 'example_data'),
|
||||
'THUMBNAIL_SIZES': [137, 175, 250],
|
||||
|
Loading…
x
Reference in New Issue
Block a user