chrome-django-panel
chrome-django-panel copied to clipboard
Django Debug Toolbar inside WebKit DevTools. Works fine with background AJAX requests and non-HTML responses. Great for single-page applications and other AJAX intensive web applications.
Please add a button to clear the history. Currently, I have to close the developer tools and re-open it to clear all the request history. Thanks.
hey, great stuff, but needs more cowbell:  I can haz fix pls?
Hello! Seems like extension stopped working with the current Chrome 50.0.2661.75 (64-bit). At least I checked django debug panel and it does its job fine. Could you please check if...
Sidebar with requests list always had zero height, probably since chrome updated. Tested on Chrome 50.0.2661.75.
Previously, if localStorage was not accessible for whatever reason, then the initialization of the extension would fail. This would leave the extension with a #request-list that had no width set...
I've followed the docs to install both `django-debug-panel` and `chrome-django-panel`, which displays the list of AJAX requests. When I'm clicking at one of the request names, it calling URL like...
probably fixes: https://github.com/recamshak/django-debug-panel/issues/7
I get this error, after I add your app to the installed_apps and then load any page of my app, or try to do syncdb. Is this a know issue?...