2009-09-10 07:50:51 +00:00
|
|
|
application: tornado-appengine
|
2013-03-03 16:08:25 +00:00
|
|
|
version: 2
|
|
|
|
runtime: python27
|
2009-09-10 07:50:51 +00:00
|
|
|
api_version: 1
|
2013-03-03 16:08:25 +00:00
|
|
|
threadsafe: yes
|
2009-09-10 07:50:51 +00:00
|
|
|
|
|
|
|
handlers:
|
|
|
|
- url: /static/
|
|
|
|
static_dir: static
|
|
|
|
|
|
|
|
- url: /.*
|
2013-03-03 16:08:25 +00:00
|
|
|
script: blog.application
|