Beispiel #1
0
def createall():
    "Creates database tables"
    db.create_all()
Beispiel #2
0
 def setUp(self):
     db.create_all()