diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-23 04:27:48 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-23 04:27:48 -0800 |
| commit | e03ea9265b809f783094799e67ae9e00e09085b1 (patch) | |
| tree | 1e799858ac8afcde784fd671eb5f806f1b466ec6 /docs/tutorials/wiki/src/views/development.ini | |
| parent | 9d95c55f951e31fd42c10d40136cd72fc95f2159 (diff) | |
| download | pyramid-e03ea9265b809f783094799e67ae9e00e09085b1.tar.gz pyramid-e03ea9265b809f783094799e67ae9e00e09085b1.tar.bz2 pyramid-e03ea9265b809f783094799e67ae9e00e09085b1.zip | |
wiki/src/views updates
Diffstat (limited to 'docs/tutorials/wiki/src/views/development.ini')
| -rw-r--r-- | docs/tutorials/wiki/src/views/development.ini | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/tutorials/wiki/src/views/development.ini b/docs/tutorials/wiki/src/views/development.ini index 78542a1d5..82c8cf3a1 100644 --- a/docs/tutorials/wiki/src/views/development.ini +++ b/docs/tutorials/wiki/src/views/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] |
