Fixed #35461 -- Updated misleading django-debug-toolbar instructions.

The DjDT "handle" isn't visible on the polls application as the templates
are missing <body> tags for brevity.
This commit is contained in:
Rosana Rufer 2024-06-19 16:00:58 +01:00 committed by Sarah Boyce
parent 5fef6d2445
commit 72b7aecbbf
1 changed files with 5 additions and 5 deletions

View File

@ -48,11 +48,11 @@ The steps are not duplicated in this tutorial, because as a third-party
package, it may change separately to Django's schedule. package, it may change separately to Django's schedule.
Once installed, you should be able to see the DjDT "handle" on the right side Once installed, you should be able to see the DjDT "handle" on the right side
of the browser window when you refresh the polls application. Click it to open of the browser window when you browse to ``http://localhost:8000/admin/``.
the debug toolbar and use the tools in each panel. See the `panels Click it to open the debug toolbar and use the tools in each panel. See the
documentation page `panels documentation page`__ for more information on what the panels show.
<https://django-debug-toolbar.readthedocs.io/en/latest/panels.html>`__ for more
information on what the panels show. __ https://django-debug-toolbar.readthedocs.io/en/latest/panels.html
Getting help from others Getting help from others
======================== ========================