diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-23 04:21:00 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-23 04:21:00 -0800 |
| commit | 0fb992d2eb0edeab67c4c57212244d6c6a6c515b (patch) | |
| tree | a87f486783d615784585a30d2b39f8b16e879cc9 /docs/tutorials/wiki/src/models/development.ini | |
| parent | 9e5dccb4d473b7e1fc38a2c8ff7e60dd88c2c64c (diff) | |
| download | pyramid-0fb992d2eb0edeab67c4c57212244d6c6a6c515b.tar.gz pyramid-0fb992d2eb0edeab67c4c57212244d6c6a6c515b.tar.bz2 pyramid-0fb992d2eb0edeab67c4c57212244d6c6a6c515b.zip | |
wiki/src/models updates
Diffstat (limited to 'docs/tutorials/wiki/src/models/development.ini')
| -rw-r--r-- | docs/tutorials/wiki/src/models/development.ini | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/tutorials/wiki/src/models/development.ini b/docs/tutorials/wiki/src/models/development.ini index 78542a1d5..82c8cf3a1 100644 --- a/docs/tutorials/wiki/src/models/development.ini +++ b/docs/tutorials/wiki/src/models/development.ini @@ -1,6 +1,6 @@ ### # app configuration -# http://docs.pylonsproject.org/projects/pyramid/en/1.7-branch/narr/environment.html +# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html ### [app:main] @@ -13,10 +13,7 @@ pyramid.debug_routematch = false pyramid.default_locale_name = en pyramid.includes = pyramid_debugtoolbar - pyramid_zodbconn - pyramid_tm -tm.attempts = 3 zodbconn.uri = file://%(here)s/Data.fs?connection_cache_size=20000 # By default, the toolbar only appears for clients from IP addresses @@ -33,7 +30,7 @@ listen = 127.0.0.1:6543 [::1]:6543 ### # logging configuration -# http://docs.pylonsproject.org/projects/pyramid/en/1.7-branch/narr/logging.html +# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html ### [loggers] |
