summaryrefslogtreecommitdiff
path: root/docs/tutorials/wiki2/src/tests/development.ini
diff options
context:
space:
mode:
authorMichael Merickel <michael@merickel.org>2016-12-23 22:49:38 -0600
committerGitHub <noreply@github.com>2016-12-23 22:49:38 -0600
commit1a27bf722ddf945f13ebf2c5bdb9ca121ad15663 (patch)
treea523837721c01c441116737dcbb629b5f464cd2c /docs/tutorials/wiki2/src/tests/development.ini
parentd2f0fe8e44fd81d99142b8174c665354a072b774 (diff)
parentf4bfa2df091b09ff73d5f97a8f0a13a6b0ef17e0 (diff)
downloadpyramid-1a27bf722ddf945f13ebf2c5bdb9ca121ad15663.tar.gz
pyramid-1a27bf722ddf945f13ebf2c5bdb9ca121ad15663.tar.bz2
pyramid-1a27bf722ddf945f13ebf2c5bdb9ca121ad15663.zip
Merge pull request #2883 from stevepiercy/docs-cookiecutter-changes-only
docs cookiecutter changes only - wiki2
Diffstat (limited to 'docs/tutorials/wiki2/src/tests/development.ini')
-rw-r--r--docs/tutorials/wiki2/src/tests/development.ini5
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]