X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/5913c54d19b8f6775633176032161d49f9b2f1aa..06e460b91c23f11e92bf5ae711a4ed2226d3a0c7:/src/redakcja/__init__.py 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