recamshak / django-debug-panel

django-debug-toolbar in WebKit DevTools. Works fine with background Ajax requests and non-HTML responses.
BSD 3-Clause "New" or "Revised" License
404 stars 69 forks source link

Fix for ajax requests + ajax panel #6

Open arctelix opened 10 years ago

arctelix commented 10 years ago

This commit fixes the ability to debug ajax requests. Secondly I have added a panel to enable/disable processing ajax requests. Since Ajax requests can slow things down allot I thought it would be a good idea to turn it off. I am also working on the ability to limit debugging to selected ajax requests only.

arctelix commented 10 years ago

trying to get travis working with tests... i have never had to set this up before so any help here is appreciated...