From 3bf3ecda0bd835057de24329c5bda1cd728db542 Mon Sep 17 00:00:00 2001 From: maxoba <132374228+maxoba@users.noreply.github.com> Date: Tue, 24 Oct 2023 14:04:09 +0100 Subject: [PATCH] Update settings.py --- pollme/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pollme/settings.py b/pollme/settings.py index e18c4f6345..9f269ec5cd 100644 --- a/pollme/settings.py +++ b/pollme/settings.py @@ -23,7 +23,7 @@ SECRET_KEY = 'x*za6xf&_80ofdpae!yzq61g9ffikkx9$*iygbl$j7rr4wlf8t' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = []