Merge "Implement periodic tasks"
[pharos.git] / tools / pharos-dashboard / pharos_dashboard / __init__.py
index e69de29..b6fc817 100644 (file)
@@ -0,0 +1,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