diff options
Diffstat (limited to 'docs/tutorials/wiki')
| -rw-r--r-- | docs/tutorials/wiki/installation.rst | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/installation.rst b/docs/tutorials/wiki/installation.rst index 28d9eb152..f3e22324c 100644 --- a/docs/tutorials/wiki/installation.rst +++ b/docs/tutorials/wiki/installation.rst @@ -244,8 +244,13 @@ missing some test coverage, particularly in the file named Visit the Application in a Browser ================================== -In a browser, visit `http://localhost:6543/ <http://localhost:6543>`_. -You will see the generated application's default page. +In a browser, visit `http://localhost:6543/ <http://localhost:6543>`_. You +will see the generated application's default page. + +One thing you'll notice is the "debug toolbar" icon on right hand side of the +page. You can read more about the purpose of the icon at +:ref:`debug_toolbar`. It allows you to get information about your +application while you develop. Decisions the ``pyramid_zodb`` Scaffold Has Made For You ======================================================== |
