diff options
| author | Michael Merickel <michael@merickel.org> | 2016-12-25 20:05:12 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-25 20:05:12 -0600 |
| commit | 8be808150a6df96b5815aa3885c0f62540d82e27 (patch) | |
| tree | 33821f59b97d4fecce31d6b291ef8368a111c5cf /docs/quick_tour/package/development.ini | |
| parent | 6c3f4f8d0598cb62e37aa278e9c2c3e4194f8831 (diff) | |
| parent | a0ad6ffc14ef8dfde70e487fb057433ff942b001 (diff) | |
| download | pyramid-8be808150a6df96b5815aa3885c0f62540d82e27.tar.gz pyramid-8be808150a6df96b5815aa3885c0f62540d82e27.tar.bz2 pyramid-8be808150a6df96b5815aa3885c0f62540d82e27.zip | |
Merge pull request #2888 from stevepiercy/docs-cookiecutter-changes-only
docs cookiecutter changes only - Quick Tour
Diffstat (limited to 'docs/quick_tour/package/development.ini')
| -rw-r--r-- | docs/quick_tour/package/development.ini | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/quick_tour/package/development.ini b/docs/quick_tour/package/development.ini index d00368686..1f19e373d 100644 --- a/docs/quick_tour/package/development.ini +++ b/docs/quick_tour/package/development.ini @@ -1,6 +1,6 @@ ### # app configuration -# http://docs.pylonsproject.org/projects/pyramid/en/1.6-branch/narr/environment.html +# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html ### [app:main] @@ -10,7 +10,6 @@ pyramid.reload_templates = true pyramid.debug_authorization = false pyramid.debug_notfound = false pyramid.debug_routematch = false -pyramid.debug_templates = true pyramid.default_locale_name = en pyramid.includes = pyramid_debugtoolbar @@ -29,7 +28,7 @@ listen = 127.0.0.1:6543 [::1]:6543 ### # logging configuration -# http://docs.pylonsproject.org/projects/pyramid/en/1.6-branch/narr/logging.html +# http://docs.pylonsproject.org/projects/pyramid/en/latest/narr/logging.html ### [loggers] |
