diff options
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki/installation.rst | 9 | ||||
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 5 |
2 files changed, 12 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 ======================================================== diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 2ea20dcb0..488b4fb35 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -217,6 +217,11 @@ Visit the Application in a Browser In a browser, visit ``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_routesalchemy`` Scaffold Has Made For You ================================================================= |
