Chris McDonough
2010-11-04 289104e305abbd90afd0458cc8240e9e584e90d2
normalize port numbers in paster templates
4 files modified
9 ■■■■■ changed files
docs/narr/declarative.rst 3 ●●●●● patch | view | raw | blame | history
pyramid/paster_templates/pylons_basic/development.ini_tmpl 2 ●●● patch | view | raw | blame | history
pyramid/paster_templates/pylons_minimal/development.ini_tmpl 2 ●●● patch | view | raw | blame | history
pyramid/paster_templates/pylons_sqla/development.ini_tmpl 2 ●●● patch | view | raw | blame | history
docs/narr/declarative.rst
@@ -1092,9 +1092,6 @@
.. Todo
.. ----
.. - ``narr/project.rst`` chapter describes execution of a paster template that
..   is based on XML.
.. - i18n chapter still has topics for ZCML
.. - events chapter still has topics for ZCML
pyramid/paster_templates/pylons_basic/development.ini_tmpl
@@ -25,4 +25,4 @@
[server:main]
use = egg:Paste#http
host = 0.0.0.0
port = 5000
port = 6543
pyramid/paster_templates/pylons_minimal/development.ini_tmpl
@@ -25,4 +25,4 @@
[server:main]
use = egg:Paste#http
host = 0.0.0.0
port = 5000
port = 6543
pyramid/paster_templates/pylons_sqla/development.ini_tmpl
@@ -29,4 +29,4 @@
[server:main]
use = egg:Paste#http
host = 0.0.0.0
port = 5000
port = 6543