ALLOWED_HOSTS is needed in production
This commit is contained in:
parent
c3b034ef38
commit
19dba908b9
1 changed files with 2 additions and 0 deletions
|
@ -15,3 +15,5 @@ DEBUG = False
|
|||
TEMPLATE_DEBUG = False
|
||||
|
||||
STATIC_ROOT = os.path.join(BASE_DIR, 'static')
|
||||
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue