[Django]-Django celery: Import error – no module named task

0👍

If you do ./manage.py startapp sitetasks and put your tasks.py inside the new app-directory (/sitetask/) and then add sitetaks to you install_apps in settings.py.

Does that help?

0👍

Try installing python-dev . This is a common error when python doesnt find the dependencies

Leave a comment