From 4227f045803735a38854b5710c7a0c3859f05b37 Mon Sep 17 00:00:00 2001 From: James Graham <J.Graham@software.ac.uk> Date: Tue, 26 Feb 2019 15:28:34 +0000 Subject: [PATCH] Clarify that ALLOWED_HOSTS is required when not in debug mode --- pedasi/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pedasi/settings.py b/pedasi/settings.py index 0da9dee..174bf97 100644 --- a/pedasi/settings.py +++ b/pedasi/settings.py @@ -26,7 +26,7 @@ DEBUG Run the server in debug mode? Default is 'false'. -ALLOWED_HOSTS +ALLOWED_HOSTS - required if not in debug mode List of hostnames on which the server is permitted to run DATABASE_URL -- GitLab