Skip to content

Commit

Permalink
Fixed #35461 -- Updated misleading django-debug-toolbar instructions.
Browse files Browse the repository at this point in the history
The DjDT "handle" isn't visible on the polls application as the templates
are missing <body> tags for brevity.
  • Loading branch information
RosanaRufer authored and sarahboyce committed Jun 21, 2024
1 parent 5fef6d2 commit 72b7aec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/intro/tutorial08.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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
the debug toolbar and use the tools in each panel. See the `panels
documentation page
<https://django-debug-toolbar.readthedocs.io/en/latest/panels.html>`__ for more
information on what the panels show.
of the browser window when you browse to ``http://localhost:8000/admin/``.
Click it to open the debug toolbar and use the tools in each panel. See the
`panels documentation page`__ for more information on what the panels show.

__ https://django-debug-toolbar.readthedocs.io/en/latest/panels.html

Getting help from others
========================
Expand Down

0 comments on commit 72b7aec

Please sign in to comment.