5 lines
84 B
Python
5 lines
84 B
Python
from project import create_app
|
|
|
|
app, celery = create_app()
|
|
app.app_context().push()
|