コード例 #1
0
ファイル: manage.py プロジェクト: Letbeauty/motiky
def create_all():
    if prompt_bool("Are you sure? You will init your database"):
        db.create_all()
コード例 #2
0
def create_all():
    if prompt_bool("Are you sure? You will init your database"):
        db.create_all()
コード例 #3
0
ファイル: __init__.py プロジェクト: MonaDogg/motiky
 def setUp(self):
     db.create_all()
     redis.flushdb()
コード例 #4
0
ファイル: __init__.py プロジェクト: xiaoguangjj/motiky
 def setUp(self):
     db.create_all()
     redis.flushdb()