diff options
| author | Chris McDonough <chrism@plope.com> | 2011-07-11 23:58:57 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-07-11 23:58:57 -0400 |
| commit | 7c48ff7bde21fda813ce74a7691c89bedd2b54cc (patch) | |
| tree | 7a46dff1007887777e2f71fc8cf8393564a56bab /docs/narr/configuration.rst | |
| parent | f05c3819cc8bfa1dd829a24f3c8cc82c4094a6cd (diff) | |
| download | pyramid-7c48ff7bde21fda813ce74a7691c89bedd2b54cc.tar.gz pyramid-7c48ff7bde21fda813ce74a7691c89bedd2b54cc.tar.bz2 pyramid-7c48ff7bde21fda813ce74a7691c89bedd2b54cc.zip | |
simplify
Diffstat (limited to 'docs/narr/configuration.rst')
| -rw-r--r-- | docs/narr/configuration.rst | 25 |
1 files changed, 9 insertions, 16 deletions
diff --git a/docs/narr/configuration.rst b/docs/narr/configuration.rst index 4c2870562..3ecb4b06a 100644 --- a/docs/narr/configuration.rst +++ b/docs/narr/configuration.rst @@ -6,22 +6,15 @@ Application Configuration ========================= -Each deployment of an application written using :app:`Pyramid` implies a -specific *configuration* of the framework itself. For example, an -application which serves up MP3 files for your listening enjoyment might plug -code into the framework that manages song files, while an application that -manages corporate data might plug in code that manages accounting -information. The way in which code is plugged in to :app:`Pyramid` for a -specific application is referred to as "configuration". - -Most people understand "configuration" as coarse settings that inform the -high-level operation of a specific application deployment. For instance, -it's easy to think of the values implied by a ``.ini`` file parsed at -application startup time as "configuration". :app:`Pyramid` extends this -pattern to application development, using the term "configuration" to express -standardized ways that code gets plugged into a deployment of the framework -itself. When you plug code into the :app:`Pyramid` framework, you are -"configuring" :app:`Pyramid` to create a particular application. +The way in which code is plugged in to :app:`Pyramid` for a specific +application is referred to as "configuration". Most people understand +"configuration" as coarse settings that inform the high-level operation of a +specific application deployment. For instance, it's easy to think of the +values implied by a ``.ini`` file parsed at application startup time as +"configuration". However, :app:`Pyramid` also uses the word "configuration" +to express standardized ways that code gets plugged into a deployment of the +framework itself. When you plug code into the :app:`Pyramid` framework, you +are "configuring" :app:`Pyramid` to create a particular application. There are two ways to configure a :app:`Pyramid` application: :term:`imperative configuration` and :term:`declarative configuration`. Both |
