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
u have to import it from django
django-celery-beat only works with celery 4.x !
Most helpful comment
django-celery-beat only works with celery 4.x !