X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..ad2f309daa381e9a7a2b7a8a17ef494b60f838b2:/src/redakcja/__init__.py?ds=sidebyside diff --git a/src/redakcja/__init__.py b/src/redakcja/__init__.py index b64e43e8..e69de29b 100644 --- a/src/redakcja/__init__.py +++ b/src/redakcja/__init__.py @@ -1,5 +0,0 @@ -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