removed celery 2
This commit is contained in:
parent
040fa7c192
commit
2e0e48bb38
@ -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',)
|
|
@ -21,4 +21,3 @@ six==1.15.0
|
|||||||
webdavclient3==3.14.4
|
webdavclient3==3.14.4
|
||||||
whitenoise==5.1.0
|
whitenoise==5.1.0
|
||||||
icalendar==4.0.6
|
icalendar==4.0.6
|
||||||
Celery==4.4.5
|
|
Loading…
Reference in New Issue
Block a user