Ejemplo n.º 1
0
def create_all():
    if prompt_bool("Are you sure? You will init your database"):
        db.create_all()
Ejemplo n.º 2
0
def create_all():
    if prompt_bool("Are you sure? You will init your database"):
        db.create_all()
Ejemplo n.º 3
0
 def setUp(self):
     db.create_all()
     redis.flushdb()
Ejemplo n.º 4
0
 def setUp(self):
     db.create_all()
     redis.flushdb()