8
โฆ File โ/usr/local/lib/python2.7/dist-packages/djcelery/managers.pyโ, line 18, in โฆ
You are using django-celery
, a library which is no longer required since celery 3.1
Previous versions of Celery required a separate library to work with
Django, but since 3.1 this is no longer the case. Django is supported
out of the box now โฆ
Remove djcelery
from INSTALLED_APPS
, follow the linked document to see if anything else needs an update and it should work.
Source:stackexchange.com