From 0f95496ac070a774c7f94f9964859b11abf38368 Mon Sep 17 00:00:00 2001 From: 0ffz Date: Tue, 27 Dec 2022 23:17:12 -0500 Subject: [PATCH] Set debug to true instead ugh --- main/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/settings.py b/main/settings.py index 7ae8dc3..eee1f1d 100644 --- a/main/settings.py +++ b/main/settings.py @@ -28,7 +28,7 @@ # SECURITY WARNING: don't run with debug turned on in production! DEBUG = 'RENDER' not in os.environ -DEBUG = False +DEBUG = True ALLOWED_HOSTS = ['clicky.offz.me', '127.0.0.1']