more fixes

This commit is contained in:
Ross
2021-01-18 14:00:37 +00:00
parent 542e559ed1
commit 558bd69ee5
5 changed files with 158 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ with open('/etc/secret_key') as f:
SECRET_KEY = f.read().strip()
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False
DEBUG = True
ALLOWED_HOSTS = ["localhost", "127.0.0.1", "161.35.163.87", "penracourses.org.uk"]