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