E82C Document panel instrumentation behavior for production deployments by onxxdatas · Pull Request #2405 · django-commons/django-debug-toolbar · GitHub
Skip to content
Open
Changes from 1 commit
Commits
10BC0
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix doc8 line length and typo in production.rst
  • Loading branch information
onxxdatas committed Jul 19, 2026
commit 18604e598d1309ce7f3dcaf4de144bd00ee39880
9 changes: 5 additions & 4 deletions docs/production.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ Installing in production

It's common to want to install the Django Debug Toolbar in an environment
that also serves production (or production-like) traffic, and rely on
:ref:`SHOW_TOOLBAR_CALLBACK <SHOW_TOOLBAR_CALLBACK>` (or ``DEBUG``) to decide, per request,
whether the toolbar is actually shown. This page documents what actually
happens when the toolbar is installed but nt shown, so you can make an
informed decision about whether that's safe for your deployment.
:ref:`SHOW_TOOLBAR_CALLBACK <SHOW_TOOLBAR_CALLBACK>` (or ``DEBUG``) to
decide, per request, whether the toolbar is actually shown. This page
documents what actually happens when the toolbar is installed but not
shown, so you can make an informed decision about whether that's safe
for your deployment.

.. important::

Expand Down