From b54ae38763c9244d50dcb1d33ea2d9cb626fef6a Mon Sep 17 00:00:00 2001 From: Chad Carlson Date: Wed, 29 Mar 2023 16:01:03 -0400 Subject: [PATCH] Update settings.py --- myapp/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/myapp/settings.py b/myapp/settings.py index 859d95db..db4a1e47 100644 --- a/myapp/settings.py +++ b/myapp/settings.py @@ -26,7 +26,7 @@ SECRET_KEY = '5^#15wdl(qll2ue&&(-1ixwalo7%td1a(&x7abp(roabe_mk7w' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = [ 'localhost',