I like Django Debug Toolbar, it's much more pleasant than looking at logs 
to quickly find out SQL requests that were executed to render a page.
But I was frustrated not being able to use it on AJAX requests. So I 
started a chrome DevTools 
extension<https://chrome.google.com/webstore/detail/django-debug-panel/nbiajhhibgfgkjegbnflpdccejocmbbn>
 and 
a Django application <https://github.com/recamshak/django-debug-panel> that 
make the Debug Toolbar available inside a DevTools panel.
You can now look at all your AJAX requests (even non-HTML ones) with the 
Debug Toolbar.

Both are distributed under the BSD license.
Please try it, I would be very happy to get some feedback.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to