diff options
| author | Chris McDonough <chrism@plope.com> | 2011-08-11 23:38:34 -0400 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2011-08-11 23:38:34 -0400 |
| commit | efd07ccf6889e965f67b1dd0ef1a09f0efacbf2f (patch) | |
| tree | a87a09954031e5ca66521ce239ef81232b99b8b6 /docs/tutorials/wiki/src/tests/development.ini | |
| parent | 8cd013ed14f22b85096784ace1bac480f3825414 (diff) | |
| download | pyramid-efd07ccf6889e965f67b1dd0ef1a09f0efacbf2f.tar.gz pyramid-efd07ccf6889e965f67b1dd0ef1a09f0efacbf2f.tar.bz2 pyramid-efd07ccf6889e965f67b1dd0ef1a09f0efacbf2f.zip | |
fix docs, scaffolds, and tutorials to use pyramid.includes
Diffstat (limited to 'docs/tutorials/wiki/src/tests/development.ini')
| -rw-r--r-- | docs/tutorials/wiki/src/tests/development.ini | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/src/tests/development.ini b/docs/tutorials/wiki/src/tests/development.ini index 733046ed8..48a093981 100644 --- a/docs/tutorials/wiki/src/tests/development.ini +++ b/docs/tutorials/wiki/src/tests/development.ini @@ -6,8 +6,8 @@ pyramid.debug_notfound = false pyramid.debug_routematch = false pyramid.debug_templates = true pyramid.default_locale_name = en -pyramid.include = pyramid_debugtoolbar - pyramid_tm +pyramid.includes = pyramid_debugtoolbar + pyramid_tm tm.attempts = 3 zodb_uri = file://%(here)s/Data.fs?connection_cache_size=20000 |
