-
Is there a way to make Django debug toolbar work with django ninja? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It should work out of the box ? did you try - what was the issue ? |
Beta Was this translation helpful? Give feedback.
-
yeah, Debug Toolbar does not support ajax requests by default I think you need to enable History Panel
|
Beta Was this translation helpful? Give feedback.
@ddahan
yeah, Debug Toolbar does not support ajax requests by default
I think you need to enable History Panel
django-commons/django-debug-toolbar#1250
https://django-debug-toolbar.readthedocs.io/en/latest/panels.html#debug_toolbar.panels.history.HistoryPanel