X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/e4176cee859a58a2986f4c3093318f47ade29356..baab092545bc665c1259488925af9213591ee310:/redakcja/__init__.py diff --git a/redakcja/__init__.py b/redakcja/__init__.py index e69de29b..b64e43e8 100644 --- a/redakcja/__init__.py +++ b/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