From ac3c7c4decc477c6d5534866b2497fb13fa1133f Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 15 Jun 2025 22:58:00 +0800 Subject: [PATCH] fix --- api/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/settings.py b/api/settings.py index 16b9080..4b7ec0f 100644 --- a/api/settings.py +++ b/api/settings.py @@ -27,7 +27,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent SECRET_KEY = os.getenv("SECRET_KEY") # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False DEV = os.getenv("ENV") != "production"