示例#1
0
def createall():
	"Creates database tables"
	db.create_all()
示例#2
0
def createall():
    db.create_all()
示例#3
0
文件: manage.py 项目: ajaxj/fkmv
def createall():
    db.create_all()
示例#4
0
def createall():
    "Creates database tables"
    db.create_all()