コード例 #1
0
ファイル: manage.py プロジェクト: jakemalley/peri2organise
def create_db():
    """
    Command to create the database.

    Use this command to create the all the tables from the models in models.py.
    (Alternatively Flask-Migrate can be used.)
    """
    db.create_all()
コード例 #2
0
ファイル: tests.py プロジェクト: jakemalley/peri2organise
 def setUp(self):
     db.create_all()