summaryrefslogtreecommitdiff
path: root/docs/quick_tutorial/static_assets/development.ini
blob: d5436148d66177dd1e83ac0a77e50f7395fff9d6 (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:pyramid#wsgiref
listen = *:6543