jazzband / django-debug-toolbar

A configurable set of panels that display various debug information about the current request/response.
https://django-debug-toolbar.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
7.97k stars 1.03k forks source link

Docs > Add a note on the profiling panel doc #1899

Closed elineda closed 3 months ago

elineda commented 3 months ago

Description

Add a note on the profiling panel documentation about the necessity to put --nothreading on runserver for using the panel on python 3.12

Fixes # (issue)

Checklist: