From a0472ac78ac3e4149e2c49f912872388571a03a2 Mon Sep 17 00:00:00 2001 From: xie7654 <765462425@qq.com> Date: Tue, 1 Jul 2025 21:25:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9setting?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/backend/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/backend/settings.py b/backend/backend/settings.py index 6610c26..5f3e254 100644 --- a/backend/backend/settings.py +++ b/backend/backend/settings.py @@ -91,7 +91,7 @@ WSGI_APPLICATION = 'backend.wsgi.application' DATABASES = { 'default': { 'ENGINE': 'django.db.backends.mysql', - 'NAME': 'django-vue', + 'NAME': 'django_vue', 'USER': 'root', 'PASSWORD': '', 'HOST': 'localhost',