I'm trying to setup Debug Toolbar to debug some API methods via DRF's Browsable API. I've went through the steps described on the Installation page (like updating INSTALLED_APPS
, MIDDLEWARE
, etc.) but still can't see any toolbar. So does Debug Toolbar work with DRF? How to debug the issue with it not showing up?
Yes, it works fine if you have the correct INTERNAL_IPS = [..]
. With docker you also have to find out the IP of serving proxy-server for example nginx
-container.