summaryrefslogtreecommitdiff
path: root/docs/intro/tutorial08.txt
diff options
context:
space:
mode:
authorRosana Rufer <rosanarufer@gmail.com>2024-06-19 16:00:58 +0100
committerSarah Boyce <42296566+sarahboyce@users.noreply.github.com>2024-06-21 12:01:34 +0200
commit72b7aecbbfbec0ceb1a829eef82a68d7283df604 (patch)
tree85575a281a936f837417c1de4091610c5ba618a8 /docs/intro/tutorial08.txt
parent5fef6d2445509c2f071d06b348ca001be9e7ab05 (diff)
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.
Diffstat (limited to 'docs/intro/tutorial08.txt')
-rw-r--r--docs/intro/tutorial08.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/intro/tutorial08.txt b/docs/intro/tutorial08.txt
index 5a20e29b9d..c184eec47a 100644
--- a/docs/intro/tutorial08.txt
+++ b/docs/intro/tutorial08.txt
@@ -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
========================