Beispiel #1
0
 def run(self):
     app = create_app()
     db.drop_all(app=app)
Beispiel #2
0
 def run(self):
     app = create_app()
     db.drop_all(app=app)
Beispiel #3
0
 def run(self):
     db.drop_all(app=app)