I have created a django-celery application as in the tutorial at:
http://docs.celeryproject.org/en/master/django/first-steps-with-django.html
Everything works fi
Be sure you're trying to start the celery worker from a directory that has access to the celery module. In my case I was trying to start the worker from the app directory rather than the project.