Rearrange source to src dir.
[redakcja.git] / src / redakcja / __init__.py
diff --git a/src/redakcja/__init__.py b/src/redakcja/__init__.py
new file mode 100644 (file)
index 0000000..b64e43e
--- /dev/null
@@ -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