Cannot import name abbrtask - Issue with django-celery in requirements
ratpik opened this issue · 2 comments
ratpik commented
Ran into this import issue post syncdb and migrate when I tied accessing localhost on the web url
Cannot import name abbrtask
/venv/lib/python2.6/site-packages/djcelery/admin.py in
from celery.utils import abbrtask
Then came across this issue with sentry/django-celery here - getsentry/sentry#538
So just upgraded django-celery to latest version (3.0.10) and things started to work.
pip install -U django-celery
Perhaps you can upgrade the requirements file to reflect this?
aladagemre commented
I had the same problem. Suggested solution fixes it.
rdegges commented
This is totally fixed now, btw. Thank you for the help!