Skip to content

Commit

Permalink
RnD for making panels async
Browse files Browse the repository at this point in the history
  • Loading branch information
salty-ivy committed Jul 5, 2024
1 parent 1afa22f commit 14ea31f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion debug_toolbar/toolbar.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ def should_render_panels(self):
# incompatible with the toolbar until
# https://github.com/jazzband/django-debug-toolbar/issues/1430
# is resolved.
render_panels = self.request.META.get("wsgi.multiprocess", True)
# render_panels = self.request.META.get("wsgi.multiprocess", True)
render_panels = False
return render_panels

# Handle storing toolbars in memory and fetching them later on
Expand Down

0 comments on commit 14ea31f

Please sign in to comment.