diff options
| -rw-r--r-- | docs/narr/project.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index a5433b278..69e80fcfb 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -869,6 +869,8 @@ also informs Python that the directory which contains it is a *package*. Line 11 returns a :term:`WSGI` application to the caller of the function (Pyramid's pserve). +.. seealso:: + See :ref:`the_startup_process` for more about the application's :ref:`settings <startup_settings>` and ``main``\'s :ref:`arguments <startup_constructor_arguments>` and statements. |
