diff options
| author | Karl O. Pinc <kop@meme.com> | 2018-11-19 11:59:37 -0600 |
|---|---|---|
| committer | Karl O. Pinc <kop@meme.com> | 2018-11-19 11:59:49 -0600 |
| commit | 5fc9ed4bed9d0a80009a5cf5d3d191d535b8150f (patch) | |
| tree | e92bb8c8874cad142e07843aaded04465070081f /docs/narr/project.rst | |
| parent | bf266438734bb93c9ff518b733ce7671a4eb111c (diff) | |
| download | pyramid-5fc9ed4bed9d0a80009a5cf5d3d191d535b8150f.tar.gz pyramid-5fc9ed4bed9d0a80009a5cf5d3d191d535b8150f.tar.bz2 pyramid-5fc9ed4bed9d0a80009a5cf5d3d191d535b8150f.zip | |
Link to "settings" glossary entry when settings are first introduced
Diffstat (limited to 'docs/narr/project.rst')
| -rw-r--r-- | docs/narr/project.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/project.rst b/docs/narr/project.rst index 69e80fcfb..14f0d083e 100644 --- a/docs/narr/project.rst +++ b/docs/narr/project.rst @@ -139,8 +139,8 @@ or install your application for deployment or development. An ``.ini`` file named ``development.ini`` will be created in the project directory. You will use this ``.ini`` file to configure a server, to run your -application, and to debug your application. It contains configuration that -enables an interactive debugger and settings optimized for development. +application, and to debug your application. +It contains configuration that enables an interactive debugger and :term:`settings` optimized for development. Another ``.ini`` file named ``production.ini`` will also be created in the project directory. It contains configuration that disables any interactive |
