Steve Piercy
2017-10-22 594874099a39fb991d7eedc0d6203dc370c7470a
1
2
3
4
5
6
7
8
9
10
[app:main]
use = egg:tutorial
pyramid.reload_templates = true
pyramid.includes =
    pyramid_debugtoolbar
tutorial.secret = 98zd
 
[server:main]
use = egg:waitress#main
listen = localhost:6543