Ejemplo n.º 1
0
def reset():
    db.drop_all()
    db.create_all()
Ejemplo n.º 2
0
def init():
    db.create_all()