From 133636e0751ba36e4de2972095ead8a5a3be2e1a Mon Sep 17 00:00:00 2001 From: "pixeebot[bot]" <104101892+pixeebot[bot]@users.noreply.github.com> Date: Wed, 27 Mar 2024 11:45:51 +0000 Subject: [PATCH] Disable Django Debug Mode --- src/olx/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/olx/settings.py b/src/olx/settings.py index 33dd302..0e197fe 100644 --- a/src/olx/settings.py +++ b/src/olx/settings.py @@ -23,7 +23,7 @@ SECRET_KEY = '95nt%mqv*ampzrah4dv9(86wjuj!0q_5u*usnr!@859blog*c0' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = []