示例#1
0
def db_create():
    """ Creates the database """
    db.create_all()
    print 'table created!'
示例#2
0
 def setUp(self):
     db.create_all()