chore: allow all hosts in development settings
This commit is contained in:
parent
bc5c0d2344
commit
772dfcec7a
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ SECRET_KEY = 'django-insecure-w97g8j2h1=r%4$i1qc4xu%#c3)iw^4@#0-^sr3h&*okow^ax!@
|
|||
# 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