The Django Debug Toolbar is a configurable set of panels that display a variety of debug information about the current request/response.
I'm trying to setup Debug Toolbar to debug some API methods via DRF's Browsable API. I've went through the steps …
python django django-rest-framework django-debug-toolbar