Files
notifications-api/run_celery.py

7 lines
220 B
Python
Raw Normal View History

2016-02-09 13:31:45 +00:00
#!/usr/bin/env python
# notify_celery is referenced from manifest_delivery_base.yml, and cannot be removed
from app import notify_celery, create_app
2016-02-17 11:25:57 +00:00
application = create_app('delivery')
2016-02-09 13:31:45 +00:00
application.app_context().push()