These apis are application api, whose response is application/json.
I am able to debug admin panel but how to enable debug for api, also for authenticated apis
You can reproduce the request in DRF's HTML interface and use the debug toolbar there.
You can also look for third-party "ajax panels" (I don't have more specific recommendations there).
You could also roll out your own middleware, and output the debug information in JSON.
Can we close this issue?
Most helpful comment
You can reproduce the request in DRF's HTML interface and use the debug toolbar there.
You can also look for third-party "ajax panels" (I don't have more specific recommendations there).