Python

ModulenotFoundError: no module named 'debug_toolbar' -SOLUTION

ModulenotFoundError: no module named 'debug_toolbar' -SOLUTION, someone asked me to explain?

I got this following error while running the django project. "ModulenotFoundError: no module named 'debug_toolbar'"

debug-toolbar

This error indicates that django is unable to find debug-toolbar module which is used for debugging the django application.

To resolve this issue, Just install it

pip install django-debug-toolbar

VIDEO GUIDE:

Post your comments / questions