DEBSOURCES
Skip Quicknav
sources / python-tornado / 2.3-2 / demos / appengine / app.yaml
1234567891011
application: tornado-appengine version: 1 runtime: python api_version: 1 handlers: - url: /static/ static_dir: static - url: /.* script: blog.py