Added ALLOWED_HOSTS due to Django change

This commit is contained in:
Iacopo Spalletti 2017-06-11 12:44:00 +02:00
parent 384442f340
commit e3d7ce1b94
No known key found for this signature in database
GPG Key ID: BDCBC2EB289F60C6
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ HELPER_SETTINGS = dict(
'default': {}
},
BLOG_AUTO_SETUP=False,
ALLOWED_HOSTS=['*'],
)
try: