This commit is contained in:
starschen
2015-07-21 09:32:48 +08:00
commit 7d22fdf57f
40 changed files with 20163 additions and 0 deletions

5
db.py Normal file
View File

@@ -0,0 +1,5 @@
#encoding:utf8
from flask.ext.mongoengine import MongoEngine
db = MongoEngine()