allow more hosts (including "*")

This commit is contained in:
2021-11-11 20:02:32 -06:00
parent c978d17964
commit 31d78ac186

View File

@@ -26,8 +26,7 @@ SECRET_KEY = 'django-insecure-qib_j&47o$5l3*gi7y#8#3pjh_88sfdqn@dmp&gx+2)&1nzmor
# SECURITY WARNING: don't run with debug turned on in production! # SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True DEBUG = True
ALLOWED_HOSTS = ["smithers-ii.local", "127.0.0.1"] ALLOWED_HOSTS = ["smithers-ii.local", "127.0.0.1", "10.0.1.4", "*"]
# Application definition # Application definition