Django-celery-beat: 小annot import name python_2_unicode_compatible

Created on 21 Sep 2016  路  2Comments  路  Source: celery/django-celery-beat

python 2.7, celery 3.1.23.
I have error during execution of command

python manage.py migrate

from celery.five import python_2_unicode_compatible
ImportError: cannot import name python_2_unicode_compatible

Most helpful comment

django-celery-beat only works with celery 4.x !

All 2 comments

u have to import it from django

django-celery-beat only works with celery 4.x !

Was this page helpful?
0 / 5 - 0 ratings