From dc9b86c2bb0682efe979cf048ff38296464eff1c Mon Sep 17 00:00:00 2001 From: 11617 <1161733918@qq.com> Date: Tue, 15 Nov 2022 00:44:59 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=98=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- djangoProject/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/djangoProject/settings.py b/djangoProject/settings.py index 0874531..e019f13 100644 --- a/djangoProject/settings.py +++ b/djangoProject/settings.py @@ -22,7 +22,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent SECRET_KEY = 'django-insecure-*%g27%_dv27+0ust)qk#g08cr6!fj7_kh!*+3*=njbk9y&s4vh' # SECURITY WARNING: don't run with debug turned on in production! -DEBUG = True +DEBUG = False ALLOWED_HOSTS = ['*']