规范配置文件写法;数据库用户名也在环境变量中取

This commit is contained in:
virusdefender
2015-12-10 19:29:21 +08:00
parent 0af8b80b01
commit b973dfdfda
3 changed files with 4 additions and 9 deletions

View File

@@ -39,4 +39,4 @@ STATICFILES_DIRS = [os.path.join(BASE_DIR, "static/src/"), BASE_DIR]
# 模板文件夹
TEMPLATE_DIRS = [os.path.join(BASE_DIR, 'template/src/')]
SSO = {"callback": "http://localhost:8765/login"}
SSO = {"callback": "http://localhost:8765/login"}