Top "Django-debug-toolbar" questions

The Django Debug Toolbar is a configurable set of panels that display a variety of debug information about the current request/response.

Does Django Debug Toolbar work with DRF?

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