I\'m trying to run example from Celery documentation.
I run: celeryd --loglevel=INFO
celeryd --loglevel=INFO
/usr/local/lib/python2.7/dist-packages/celery/loade
For me this error was solved by ensuring the app containing the tasks was included under django's INSTALLED_APPS setting.