[Django]-Django 1.11 with celery 4.0 and djcelery compatibility issues

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.

๐Ÿ‘คIgonato

Leave a comment