[Fixed]-Celery Error: no module name [django app name] – Have checked the if the celery file is correct but still get issue?

1πŸ‘

I just want to say that if you have correctly named everything and you still have the module not found error (I spent hours trying to figure this out)… Then you must place the command β€œcelery -A proj worker -l info above the apps branch

β€œThe celery program can be used to start the worker (you need to run the worker in the directory above proj):” as per the docs

Leave a comment