chenjunkai 6 years ago
parent
commit
3174ccdd2b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Ansjer/local_settings.py

+ 1 - 1
Ansjer/local_settings.py

@@ -72,7 +72,7 @@ TEMPLATES = [
 WSGI_APPLICATION = 'Ansjer.local_wsgi.application'
 
 # 服务器类型
-DATABASE_DATA = 'Ansjer'
+DATABASE_DATA = 'AnsjerLocal'
 SERVER_HOST = '192.168.136.45'
 
 DATABASES = {'default': {