diff options
| author | Chris McDonough <chrism@plope.com> | 2012-11-20 22:00:28 -0500 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2012-11-20 22:00:28 -0500 |
| commit | 69883fbb866c4f0970f2cd46a83fe57548dfe059 (patch) | |
| tree | 5ee4699dc01c43880b461dd2ba24278c2c74562b /docs/tutorials/wiki/basiclayout.rst | |
| parent | 68886507c9e94fefa9e6c28b2b49c4da5b3ef77e (diff) | |
| parent | 8fcc3212d7bbcf3720824c940b2337f9b4c958fd (diff) | |
| download | pyramid-69883fbb866c4f0970f2cd46a83fe57548dfe059.tar.gz pyramid-69883fbb866c4f0970f2cd46a83fe57548dfe059.tar.bz2 pyramid-69883fbb866c4f0970f2cd46a83fe57548dfe059.zip | |
Merge branch 'master' of github.com:Pylons/pyramid
Diffstat (limited to 'docs/tutorials/wiki/basiclayout.rst')
| -rw-r--r-- | docs/tutorials/wiki/basiclayout.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorials/wiki/basiclayout.rst b/docs/tutorials/wiki/basiclayout.rst index f6050f391..033dcb28c 100644 --- a/docs/tutorials/wiki/basiclayout.rst +++ b/docs/tutorials/wiki/basiclayout.rst @@ -165,7 +165,7 @@ Configuration in ``development.ini`` The ``development.ini`` (in the tutorial :term:`project` directory, as opposed to the tutorial :term:`package` directory) looks like this: -.. literalinclude:: src/views/development.ini +.. literalinclude:: src/basiclayout/development.ini :language: ini Note the existence of an ``[app:main]`` section which specifies our WSGI |
