setting false

This commit is contained in:
caoqianming 2020-09-25 11:25:14 +08:00
parent 17a6ef67e6
commit 8465345a03
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
ENV = 'development'
# base api
VUE_APP_BASE_API = 'http://localhost:8000'
VUE_APP_BASE_API = 'http://localhost:8000/api'
# vue-cli uses the VUE_CLI_BABEL_TRANSPILE_MODULES environment variable,
# to control whether the babel-plugin-dynamic-import-node plugin is enabled.

View File

@ -1,5 +1,5 @@
from .settings import *
DEBUG = True
DEBUG = False
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',