Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couldn't display AJAX calls #38

Open
jakubste opened this issue Feb 3, 2019 · 1 comment
Open

Couldn't display AJAX calls #38

jakubste opened this issue Feb 3, 2019 · 1 comment

Comments

@jakubste
Copy link

jakubste commented Feb 3, 2019

I installed & configured django-debug-panel, but list of requests on "Django Debug" page of Google Chrome Devtools stayed empty. Turned out, that simply commenting out lines 59 and 60 on DebugToolbarMiddleware (yep, toolbar!) fixed the problem and I'm able to list AJAX requests with django-debug-panel.

        # Don't render the toolbar during AJAX requests.
        # if request.is_ajax():
        #     return
@mtrofimiuk
Copy link

mtrofimiuk commented Dec 9, 2020

This project seems not maintaned. You can track ajax calls with this third party panel for debug_toolbar: https://github.com/djsutho/django-debug-toolbar-request-history

Update: Even built-in History panel does the job.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants