diff --git a/taiga/services/__init__.py b/taiga/services/__init__.py deleted file mode 100644 index e69de29b..00000000 diff --git a/taiga/services/celery.py b/taiga/services/celery.py deleted file mode 100644 index f3a3b890..00000000 --- a/taiga/services/celery.py +++ /dev/null @@ -1,8 +0,0 @@ -from celery import Celery - -from django.conf import settings - -app = Celery('taiga') - -app.config_from_object('django.conf:settings') -app.autodiscover_tasks(lambda: settings.INSTALLED_APPS)