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