From c4b56643805408668169a27b48a8efc6d0e9e540 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Fri, 8 May 2026 04:23:18 -0600 Subject: [PATCH] turn on debug --- oj/production_settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/oj/production_settings.py b/oj/production_settings.py index 467b35b..d6786e1 100644 --- a/oj/production_settings.py +++ b/oj/production_settings.py @@ -16,7 +16,7 @@ REDIS_CONF = { "port": get_env("REDIS_PORT", "6379"), } -DEBUG = False +DEBUG = True ALLOWED_HOSTS = ["*"]