summaryrefslogtreecommitdiffstats
path: root/tools/pharos-dashboard/pharos_dashboard/__init__.py
blob: b6fc8176d9a4ad5c44c9312c6ca4d236bc28d173 (plain)
1
2
3
# This will make sure the app is always imported when
# Django starts so that shared_task will use this app.
from .celery import app as celery_app  # noqa