django-commons / 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
8.08k stars 1.05k forks source link

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

Closed elineda closed 7 months ago

elineda commented 7 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: