oshipka/bootstrap/populate.py
Daniel Tsvetkov c3be6dd7ef bootstrap
2020-03-18 12:32:40 +01:00

6 lines
108 B
Python

from webapp.models import db
def populate_db(app):
with app.app_context():
db.session.commit()