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