From 289104e305abbd90afd0458cc8240e9e584e90d2 Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Thu, 4 Nov 2010 01:34:06 -0400 Subject: normalize port numbers in paster templates --- docs/narr/declarative.rst | 3 --- pyramid/paster_templates/pylons_basic/development.ini_tmpl | 2 +- pyramid/paster_templates/pylons_minimal/development.ini_tmpl | 2 +- pyramid/paster_templates/pylons_sqla/development.ini_tmpl | 2 +- 4 files changed, 3 insertions(+), 6 deletions(-) diff --git a/docs/narr/declarative.rst b/docs/narr/declarative.rst index 8b8dccbf0..85b527f3d 100644 --- a/docs/narr/declarative.rst +++ b/docs/narr/declarative.rst @@ -1092,9 +1092,6 @@ See also :ref:`renderer_directive` and .. 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 diff --git a/pyramid/paster_templates/pylons_basic/development.ini_tmpl b/pyramid/paster_templates/pylons_basic/development.ini_tmpl index d3c8b57c9..7e5b64fa3 100644 --- a/pyramid/paster_templates/pylons_basic/development.ini_tmpl +++ b/pyramid/paster_templates/pylons_basic/development.ini_tmpl @@ -25,4 +25,4 @@ pipeline = egg:WebError#evalerror [server:main] use = egg:Paste#http host = 0.0.0.0 -port = 5000 +port = 6543 diff --git a/pyramid/paster_templates/pylons_minimal/development.ini_tmpl b/pyramid/paster_templates/pylons_minimal/development.ini_tmpl index d3c8b57c9..7e5b64fa3 100644 --- a/pyramid/paster_templates/pylons_minimal/development.ini_tmpl +++ b/pyramid/paster_templates/pylons_minimal/development.ini_tmpl @@ -25,4 +25,4 @@ pipeline = egg:WebError#evalerror [server:main] use = egg:Paste#http host = 0.0.0.0 -port = 5000 +port = 6543 diff --git a/pyramid/paster_templates/pylons_sqla/development.ini_tmpl b/pyramid/paster_templates/pylons_sqla/development.ini_tmpl index f1f1e28f2..aeaf84e65 100644 --- a/pyramid/paster_templates/pylons_sqla/development.ini_tmpl +++ b/pyramid/paster_templates/pylons_sqla/development.ini_tmpl @@ -29,4 +29,4 @@ pipeline = [server:main] use = egg:Paste#http host = 0.0.0.0 -port = 5000 +port = 6543 -- cgit v1.2.3