I got this following error while running the django project. "ModulenotFoundError: no module named '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