Allow all hosts by default

This commit is contained in:
Mike Young
2019-11-19 22:20:16 -05:00
parent 211a40c53c
commit 7fccdd4c4e

View File

@@ -25,7 +25,7 @@ SECRET_KEY = "@(9b9jslgg41u1u=mr)-2*-n2x0vef0zsy39*z@sz18&tvow18"
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
ALLOWED_HOSTS = []
ALLOWED_HOSTS = ["*"]
# Application definition