1
This problem occurs only with Django 1.7
. It was reported on github and was fixed recenlty. Upgrade to latest version of Celery. It should solve the problem
pip install celery --upgrade
Source:stackexchange.com
1
This problem occurs only with Django 1.7
. It was reported on github and was fixed recenlty. Upgrade to latest version of Celery. It should solve the problem
pip install celery --upgrade