I got this following error while running django project "ModuleNotFounEerror:No module named celery".
This error indicates celery module is not installed on the python environment.
To resolve this error install celery.
pip install celery