diff options
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 |
