diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-27 02:42:48 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-27 02:42:48 -0800 |
| commit | af33f7133018b8821597cb885ea5c03f225ab77c (patch) | |
| tree | ffc8f7a4e5037c4a68811050c705774962f8a4a4 /docs/glossary.rst | |
| parent | 2afc74b72502a6ff5594ccb2e77e5ee427bee2ac (diff) | |
| download | pyramid-af33f7133018b8821597cb885ea5c03f225ab77c.tar.gz pyramid-af33f7133018b8821597cb885ea5c03f225ab77c.tar.bz2 pyramid-af33f7133018b8821597cb885ea5c03f225ab77c.zip | |
glossary - moar updates for cookiecutters
Diffstat (limited to 'docs/glossary.rst')
| -rw-r--r-- | docs/glossary.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/glossary.rst b/docs/glossary.rst index 35d35740d..cd63c5c67 100644 --- a/docs/glossary.rst +++ b/docs/glossary.rst @@ -992,7 +992,7 @@ Glossary pages rendered by your application, displaying request, routing, and database information. :mod:`pyramid_debugtoolbar` is configured into the ``development.ini`` of all applications which use a Pyramid - :term:`scaffold`. For more information, see + :term:`cookiecutter`. For more information, see http://docs.pylonsproject.org/projects/pyramid_debugtoolbar/en/latest/. scaffold @@ -1063,7 +1063,7 @@ Glossary Waitress A :term:`WSGI` server that runs on UNIX and Windows under Python 2.6+ - and Python 3.2+. Projects generated via Pyramid scaffolding use + and Python 3.2+. Projects generated via Pyramid cookiecutters use Waitress as a WGSI server. See http://docs.pylonsproject.org/projects/waitress/en/latest/ for detailed information. |
