fix template warning

This commit is contained in:
virusdefender
2016-01-26 12:58:08 +08:00
parent 5e73f60381
commit 1b25092cb4
3 changed files with 3 additions and 3 deletions

View File

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