c# .net Adsense ADO.NET Linq Viruses/security asp.net MVC JQuery Angular-js Node-js SEO Java C++ SQL API Networking vb.net .Net Css JavaScript Generics c#.Net entity framework HTML Website host Website Construction Guide HTTP tutorial W3C tutorial Web Services JSON Psychology Ionic framework Angular ReactJS Python Computer Android
Python

ModuleNotFounEerror:No module named celery in Django Project

| | django , python

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: