aboutsummaryrefslogtreecommitdiffstats
path: root/django_skaschool/settings.py
diff options
context:
space:
mode:
Diffstat (limited to 'django_skaschool/settings.py')
-rw-r--r--django_skaschool/settings.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/django_skaschool/settings.py b/django_skaschool/settings.py
index 7a20a0f..9b4c779 100644
--- a/django_skaschool/settings.py
+++ b/django_skaschool/settings.py
@@ -25,6 +25,8 @@ DEBUG = True
TEMPLATE_DEBUG = True
+# ALLOWED_HOSTS is required when deploying with DEBUG=False,
+# otherwise server will throw 400 bad request errors.
ALLOWED_HOSTS = []