allow any host to access gui
This commit is contained in:
parent
101efdeb88
commit
1cc8bccf0a
|
@ -25,7 +25,7 @@ SECRET_KEY = 'okxix74jvuc0n6ia-i#!(1vf_a(dq)&-b)(an7nh2od@8z@tvw'
|
|||
# SECURITY WARNING: don't run with debug turned on in production!
|
||||
DEBUG = True
|
||||
|
||||
ALLOWED_HOSTS = []
|
||||
ALLOWED_HOSTS = ['*']
|
||||
|
||||
|
||||
# Application definition
|
||||
|
|
Loading…
Reference in a new issue