Python

ModuleNotFounEerror:No module named celery in Django Project

ModuleNotFounEerror:No module named celery in Django Project, someone asked me to explain?

I got this following error while running django project "ModuleNotFounEerror:No module named celery".

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

VIDEO GUIDE:

Post your comments / questions