修改setting
This commit is contained in:
@@ -91,7 +91,7 @@ WSGI_APPLICATION = 'backend.wsgi.application'
|
|||||||
DATABASES = {
|
DATABASES = {
|
||||||
'default': {
|
'default': {
|
||||||
'ENGINE': 'django.db.backends.mysql',
|
'ENGINE': 'django.db.backends.mysql',
|
||||||
'NAME': 'django-vue',
|
'NAME': 'django_vue',
|
||||||
'USER': 'root',
|
'USER': 'root',
|
||||||
'PASSWORD': '',
|
'PASSWORD': '',
|
||||||
'HOST': 'localhost',
|
'HOST': 'localhost',
|
||||||
|
|||||||
Reference in New Issue
Block a user