9 lines
68 B
Python
9 lines
68 B
Python
|
|
|
|
|
|
def populate_db(app):
|
|
with app.app_context():
|
|
pass
|
|
|
|
|