Fix settings.local.ALLOWED_HOSTS

This commit is contained in:
Martin Pépin 2020-05-14 23:37:47 +02:00
parent 2d7cd5408b
commit ee3b197ad4
No known key found for this signature in database
GPG key ID: E7520278B1774448

View file

@ -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"