Example #1
0
 def setUp(self):
     db.drop_all()
     db.create_all()
Example #2
0
def main():
    db.create_all()
    app.run(debug=True)
    return 0
 def setUp(self):
     db.drop_all()
     db.create_all()