This commit is contained in:
Ross
2021-03-19 09:10:14 +00:00
parent cd30e7c26d
commit bb38124f67
+1 -1
View File
@@ -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