Files
notifications-api/run_celery.py
Leo Hemsted e225c95bdc testing build failure
please don't deploy this to production
2019-05-16 15:53:41 +01:00

14 lines
309 B
Python

#!/usr/bin/env python
from flask import Flask
# notify_celery is referenced from manifest_delivery_base.yml, and cannot be removed
from app import notify_celery, create_app # noqa
application = Flask('delivery')
create_app(application)
application.app_context().push()
1 / 0 # TODO: revert this change