X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/8132fc186eb0c5fd02c86828c3a4735754296d02..5913c54d19b8f6775633176032161d49f9b2f1aa:/src/redakcja/__init__.py?ds=sidebyside diff --git a/src/redakcja/__init__.py b/src/redakcja/__init__.py new file mode 100644 index 00000000..b64e43e8 --- /dev/null +++ b/src/redakcja/__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