Added ALLOWED_HOSTS due to Django change
This commit is contained in:
parent
384442f340
commit
e3d7ce1b94
1 changed files with 1 additions and 0 deletions
|
@ -99,6 +99,7 @@ HELPER_SETTINGS = dict(
|
|||
'default': {}
|
||||
},
|
||||
BLOG_AUTO_SETUP=False,
|
||||
ALLOWED_HOSTS=['*'],
|
||||
)
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue