Steve Piercy
2017-01-26 46f1fd522f2e8e0723f3c35fa103b327bea62263
undo borkage: wsgiref does not use listen, it uses port
- ref: #2919

(cherry picked from commit 7ad5f3d)
20 files modified
40 ■■■■ changed files
docs/quick_tutorial/authentication/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/authorization/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/databases/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/debugtoolbar/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/forms/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/functional_testing/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/ini/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/jinja2/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/json/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/logging/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/more_view_classes/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/request_response/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/retail_forms/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/routing/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/sessions/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/static_assets/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/templating/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/unit_testing/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/view_classes/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/views/development.ini 2 ●●● patch | view | raw | blame | history
docs/quick_tutorial/authentication/development.ini
@@ -7,4 +7,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/authorization/development.ini
@@ -7,4 +7,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/databases/development.ini
@@ -9,7 +9,7 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
# Begin logging configuration
docs/quick_tutorial/debugtoolbar/development.ini
@@ -5,4 +5,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/forms/development.ini
@@ -6,4 +6,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/functional_testing/development.ini
@@ -5,4 +5,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/ini/development.ini
@@ -3,4 +3,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/jinja2/development.ini
@@ -6,4 +6,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/json/development.ini
@@ -6,4 +6,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/logging/development.ini
@@ -6,7 +6,7 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
# Begin logging configuration
docs/quick_tutorial/more_view_classes/development.ini
@@ -6,4 +6,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/request_response/development.ini
@@ -6,4 +6,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/retail_forms/development.ini
@@ -6,4 +6,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/routing/development.ini
@@ -6,4 +6,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/sessions/development.ini
@@ -6,4 +6,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/static_assets/development.ini
@@ -6,4 +6,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/templating/development.ini
@@ -6,4 +6,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/unit_testing/development.ini
@@ -5,4 +5,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/view_classes/development.ini
@@ -6,4 +6,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543
docs/quick_tutorial/views/development.ini
@@ -5,4 +5,4 @@
[server:main]
use = egg:pyramid#wsgiref
listen = *:6543
port = 6543