From 1ac67ab33d94db26b6b6cc9d231ddddead40aab3 Mon Sep 17 00:00:00 2001 From: Fluffy Date: Fri, 8 Sep 2023 14:09:00 +0100 Subject: [PATCH] oops --- website/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/settings.py b/website/settings.py index 085285d..087a782 100644 --- a/website/settings.py +++ b/website/settings.py @@ -29,7 +29,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent SECRET_KEY = getenv("DJANGO_KEY") # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ["*"]