oshipka/bootstrap/populate.py

6 lines
114 B
Python
Raw Normal View History

2020-06-04 22:11:57 +02:00
from oshipka.persistance import db
2020-03-18 12:32:40 +01:00
def populate_db(app):
with app.app_context():
db.session.commit()