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.
I found out that my Django Debug tab is empty all the time. It appears that chrome changed the headers name case and all starts from lower case letter (x-debug-data-url instead of X-debug-data-url). Fixing condition in panel.js:50 should resolve this issue.
I found out that my Django Debug tab is empty all the time. It appears that chrome changed the headers name case and all starts from lower case letter (x-debug-data-url instead of X-debug-data-url). Fixing condition in panel.js:50 should resolve this issue.