oshipka/bootstrap/populate.py

6 lines
108 B
Python
Raw Normal View History

2020-03-18 12:32:40 +01:00
from webapp.models import db
def populate_db(app):
with app.app_context():
db.session.commit()