Skip to content

Commit

Permalink
Fix the debug toolbar profiling perf issue
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault committed Jan 23, 2025
1 parent bbe00c1 commit 24fe0c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/settings/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"debug_toolbar.panels.redirects.RedirectsPanel",
# Disable profiling panel due to an issue with Python 3.12:
# https://github.com/jazzband/django-debug-toolbar/issues/1875
"debug_toolbar.panels.profiling.ProfilingPanels",
"debug_toolbar.panels.profiling.ProfilingPanel",
],
"SHOW_TEMPLATE_CONTEXT": True,
}
Expand Down

0 comments on commit 24fe0c2

Please sign in to comment.