You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello world, I develop many async endpoints that are only meant to be used from js possibly with an ajax call. I want to get the info that i get from django debug toolbar for full httpresponse objects.
It seems that the simplest solution, to me, is if i could either have a page that streams all the metadata that is generated by DDT for each request?
The text was updated successfully, but these errors were encountered:
The debug toolbar has a history panel since 3.0 which allows switching to old requests and viewing their data. So therefore I'm going to close this as completed.
Hello world, I develop many async endpoints that are only meant to be used from js possibly with an ajax call. I want to get the info that i get from django debug toolbar for full httpresponse objects.
It seems that the simplest solution, to me, is if i could either have a page that streams all the metadata that is generated by DDT for each request?
The text was updated successfully, but these errors were encountered: