diff options
| author | Karl O. Pinc <kop@meme.com> | 2018-11-23 23:15:16 -0600 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2018-11-23 23:49:10 -0600 |
| commit | d728e112303a1eabd774fb2b8fde7d117422222d (patch) | |
| tree | 6b126fa1a194164a67ccc696cbbebf0ca19698cf /docs/narr/startup.rst | |
| parent | 641a788dc61acf2efb91f4d2a196cb585d89a47b (diff) | |
| download | pyramid-d728e112303a1eabd774fb2b8fde7d117422222d.tar.gz pyramid-d728e112303a1eabd774fb2b8fde7d117422222d.tar.bz2 pyramid-d728e112303a1eabd774fb2b8fde7d117422222d.zip | |
Split paragraph in two
Diffstat (limited to 'docs/narr/startup.rst')
| -rw-r--r-- | docs/narr/startup.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/narr/startup.rst b/docs/narr/startup.rst index 7ce36f05e..a72b89d4c 100644 --- a/docs/narr/startup.rst +++ b/docs/narr/startup.rst @@ -50,6 +50,7 @@ Here's a high-level time-ordered overview of what happens when you press #. The :term:`PasteDeploy` finds a section named either ``[app:main]``, ``[pipeline:main]``, or ``[composite:main]`` in the ``.ini`` file. This section becomes the ``ini`` section for the :term:`WSGI` webserver portion of your application -- the part ``Pyramid`` was built to help with. + If you're using a simple application (e.g., ``[app:main]``), the application's ``paste.app_factory`` :term:`entry point` will be named on the ``use=`` line within the section's configuration. If instead of a simple |
