Commit 3d50c514 by 周田

mod:移动database文件所在位置

parent f03a5c8a
...@@ -88,7 +88,7 @@ WSGI_APPLICATION = 'vue_django.wsgi.application' ...@@ -88,7 +88,7 @@ WSGI_APPLICATION = 'vue_django.wsgi.application'
DATABASES = { DATABASES = {
'default': { 'default': {
'ENGINE': 'django.db.backends.sqlite3', 'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'xdc.sqlite', 'NAME': os.path.join(BASE_DIR, 'database', 'xdc.sqlite'),
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment