From 17e544ece7e51c5eaeff9bdadc3de263fdd98dee Mon Sep 17 00:00:00 2001 From: Tim Schilling Date: Thu, 14 Nov 2024 07:52:56 -0600 Subject: [PATCH] Updated maintainers of Django Debug Toolbar to Django Commons. --- docs/intro/tutorial08.txt | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/intro/tutorial08.txt b/docs/intro/tutorial08.txt index 463db3221e..98bf70d330 100644 --- a/docs/intro/tutorial08.txt +++ b/docs/intro/tutorial08.txt @@ -22,10 +22,11 @@ Installing Django Debug Toolbar =============================== Django Debug Toolbar is a useful tool for debugging Django web applications. -It's a third-party package maintained by the `Jazzband -`_ organization. The toolbar helps you understand how your -application functions and to identify problems. It does so by providing panels -that provide debug information about the current request and response. +It's a third-party package that is maintained by the community organization +`Django Commons `_. The toolbar helps you +understand how your application functions and to identify problems. It does so +by providing panels that provide debug information about the current request +and response. To install a third-party application like the toolbar, you need to install the package by running the below command within an activated virtual @@ -67,7 +68,7 @@ resolve the issue yourself, there are options available to you. `_ that outlines troubleshooting options. #. Search for similar issues on the package's issue tracker. Django Debug - Toolbar’s is `on GitHub `_. + Toolbar’s is `on GitHub `_. #. Consult the `Django Forum `_. #. Join the `Django Discord server `_. #. Join the #Django IRC channel on `Libera.chat `_.