From aabdb83df2e4b22fd143eccb062fe331e6208c67 Mon Sep 17 00:00:00 2001 From: loulous27 Date: Sun, 23 Nov 2025 15:06:02 +0100 Subject: [PATCH] Reset the debug setting --- photo21/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/photo21/settings.py b/photo21/settings.py index 5bf6228..2201697 100644 --- a/photo21/settings.py +++ b/photo21/settings.py @@ -28,7 +28,7 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) SECRET_KEY = "CHANGE ME" # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = [ "127.0.0.1",