コード例 #1
0
ファイル: views.py プロジェクト: nulllogicone/tatorttweets
def init_db():
    """Creates the database tables."""
    with app.app_context():
        db = get_db()