Fix settings.local.ALLOWED_HOSTS
This commit is contained in:
parent
7a52e841e6
commit
f26d330973
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ for app in bds_prod.INSTALLED_APPS:
|
|||
# Tweaks for debug/local development
|
||||
# ---
|
||||
|
||||
ALLOWED_HOSTS = None
|
||||
ALLOWED_HOSTS = []
|
||||
|
||||
DEBUG = True
|
||||
EMAIL_BACKEND = "django.core.mail.backends.console.EmailBackend"
|
||||
|
|
Loading…
Reference in a new issue