修改判题设置;增加web 和 mongodb 数据库的操作

This commit is contained in:
virusdefender
2015-08-12 14:01:34 +08:00
parent 8979def927
commit 88be032a38
19 changed files with 127 additions and 46 deletions

2
config/config.py Normal file
View File

@@ -0,0 +1,2 @@
# coding=utf-8
DB_NAME = "db.sqlite3"