From 2e1bc5e04386cd77a774ace53125e4951e3179d5 Mon Sep 17 00:00:00 2001 From: Xiaofeng <1169646434@qq.com> Date: Tue, 20 May 2025 14:23:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=AE=BF=E9=97=AE=E6=9D=83?= =?UTF-8?q?=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- daren/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daren/settings.py b/daren/settings.py index 2604217..ed52ca0 100644 --- a/daren/settings.py +++ b/daren/settings.py @@ -27,7 +27,7 @@ SECRET_KEY = 'django-insecure-6#we0eu(p&%ejp^=vmig!43m#+@k5rsb3zv^6%623uk&e#zzgl # SECURITY WARNING: don't run with debug turned on in production! DEBUG = True -ALLOWED_HOSTS = [] +ALLOWED_HOSTS = ['*'] # Application definition