aboutsummaryrefslogtreecommitdiffstats
path: root/servo/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/__init__.py')
-rw-r--r--servo/__init__.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/servo/__init__.py b/servo/__init__.py
new file mode 100644
index 0000000..b64e43e
--- /dev/null
+++ b/servo/__init__.py
@@ -0,0 +1,5 @@
+from __future__ import absolute_import
+
+# 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