update librarian
[redakcja.git] / redakcja / __init__.py
index e69de29..b64e43e 100644 (file)
@@ -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