summaryrefslogtreecommitdiff
path: root/docs/quick_tour/package/development.ini
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quick_tour/package/development.ini')
-rw-r--r--docs/quick_tour/package/development.ini5
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]