diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-23 18:19:30 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-23 18:19:30 -0800 |
| commit | f4bfa2df091b09ff73d5f97a8f0a13a6b0ef17e0 (patch) | |
| tree | 2e69f512fe7fb58c58b3190cfc8c39b801f796f0 /docs/tutorials/wiki2/src/tests/development.ini | |
| parent | 7293d371a8bf257ad98a781f199a4cee34a94cab (diff) | |
| download | pyramid-f4bfa2df091b09ff73d5f97a8f0a13a6b0ef17e0.tar.gz pyramid-f4bfa2df091b09ff73d5f97a8f0a13a6b0ef17e0.tar.bz2 pyramid-f4bfa2df091b09ff73d5f97a8f0a13a6b0ef17e0.zip | |
wiki2/src/tests update files
Diffstat (limited to 'docs/tutorials/wiki2/src/tests/development.ini')
| -rw-r--r-- | docs/tutorials/wiki2/src/tests/development.ini | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/src/tests/development.ini b/docs/tutorials/wiki2/src/tests/development.ini index a767a0e6f..1e08d1bce 100644 --- a/docs/tutorials/wiki2/src/tests/development.ini +++ b/docs/tutorials/wiki2/src/tests/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,7 +13,6 @@ pyramid.debug_routematch = false pyramid.default_locale_name = en pyramid.includes = pyramid_debugtoolbar - pyramid_tm sqlalchemy.url = sqlite:///%(here)s/tutorial.sqlite @@ -33,7 +32,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] |
