From bb38124f67537ccde9a2adfadffbd3399429efa8 Mon Sep 17 00:00:00 2001 From: Ross Date: Fri, 19 Mar 2021 09:10:14 +0000 Subject: [PATCH] . --- rad/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rad/settings.py b/rad/settings.py index 7a7b9337..a55b3bae 100644 --- a/rad/settings.py +++ b/rad/settings.py @@ -25,7 +25,7 @@ with open('/etc/secret_key') as f: # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = ["localhost", "127.0.0.1", "161.35.163.87", "penracourses.org.uk"] +ALLOWED_HOSTS = ["localhost", "127.0.0.1", "161.35.163.87", "penracourses.org.uk", "www.penracourses.org.uk"] # Application definition