remove celery from project

This commit is contained in:
2017-08-04 17:49:33 +02:00
parent 81d9b7f29c
commit 79233c408e
5 changed files with 1 additions and 48 deletions

View File

@@ -1,7 +0,0 @@
from __future__ import absolute_import, unicode_literals
# 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
__all__ = ['celery_app']