From 8febf5a420b42484fc2c53fdd1f46d188ff94f56 Mon Sep 17 00:00:00 2001 From: wanjia Date: Tue, 10 Jun 2025 18:29:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= 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 e2e3d4a..5655121 100644 --- a/daren/settings.py +++ b/daren/settings.py @@ -105,7 +105,7 @@ CHANNEL_LAYERS = { DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', - 'NAME': 'daren_detail', + 'NAME': 'daren_test', 'USER': 'root', 'PASSWORD': '123456', 'HOST': '192.168.31.138',