From dfdb61c3d107c4d335688c88df1c6f4bba392b03 Mon Sep 17 00:00:00 2001 From: newrain001 Date: Fri, 6 May 2022 11:11:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E5=86=85=E5=AE=B9=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= 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 af595b5..c498f09 100644 --- a/djangoProject/settings.py +++ b/djangoProject/settings.py @@ -23,7 +23,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 = ['*']