How to use django-debug-toolbar on AJAX calls?

后端 未结 4 1948
日久生厌
日久生厌 2020-12-13 08:20

I\'m curious if there\'s a reasonable way to use the (amazing) django-debug-toolbar with AJAX queries.

For example, I use a jQuery $.get with a bunch of parameters

4条回答
  •  再見小時候
    2020-12-13 08:42

    I had the same problem before! And as I'm doing more and more AJAX heavy applications, I released a Django Application and a Chrome extension that together solved exactly that problem.

    All the information is in the github repository.

提交回复
热议问题