From 10fabc68eb2e9d2a680d725baf490cbe593f1fab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BB=BA=E5=B9=B3?= Date: Tue, 25 Feb 2025 18:28:13 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9ESIMPLEPRO=5FINFO=E5=8F=98?= =?UTF-8?q?=E9=87=8F=EF=BC=8C=E6=94=B9=E8=BF=9B=E9=85=8D=E7=BD=AE=EF=BC=8C?= =?UTF-8?q?=E6=9B=B4=E5=8A=A0=E7=81=B5=E6=B4=BB=EF=BC=8C=E4=B8=8D=E5=8F=AF?= =?UTF-8?q?=E6=80=9D=E8=AE=AE=EF=BC=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pr_manager/settings.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pr_manager/settings.py b/pr_manager/settings.py index add7a5e..f6a42d3 100644 --- a/pr_manager/settings.py +++ b/pr_manager/settings.py @@ -50,6 +50,8 @@ INSTALLED_APPS = [ # 配置安全秘钥 SIMPLEPRO_SECRET_KEY = "2122113b39b44d33af54023436172730" +SIMPLEPRO_INFO = False + MIDDLEWARE = [ "django.middleware.security.SecurityMiddleware", "django.contrib.sessions.middleware.SessionMiddleware",