summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/static_assets/development.ini
blob: 78d7479e7c741a84530fa4cf350725db9b86fd1b (plain)
1
2
3
4
5
6
7
8
9
[app:main]
use = egg:tutorial
pyramid.reload_templates = true
pyramid.includes =
    pyramid_debugtoolbar

[server:main]
use = egg:waitress#main
listen = localhost:6543