2009-09-10 07:50:51 +00:00
|
|
|
application: python-tornado
|
2011-06-11 22:09:05 +00:00
|
|
|
version: 2
|
2012-01-30 19:10:17 +00:00
|
|
|
runtime: python
|
2009-09-10 07:50:51 +00:00
|
|
|
api_version: 1
|
|
|
|
|
|
|
|
handlers:
|
2010-07-22 23:50:59 +00:00
|
|
|
- url: /static/tornado-0.1.tar.gz
|
2012-01-30 19:10:17 +00:00
|
|
|
script: website.py
|
2010-07-22 23:50:59 +00:00
|
|
|
|
|
|
|
- url: /static/tornado-0.2.tar.gz
|
2012-01-30 19:10:17 +00:00
|
|
|
script: website.py
|
2010-07-22 23:50:59 +00:00
|
|
|
|
2009-09-10 07:50:51 +00:00
|
|
|
- url: /static/
|
|
|
|
static_dir: static
|
|
|
|
|
|
|
|
- url: /robots\.txt
|
|
|
|
static_files: static/robots.txt
|
|
|
|
upload: static/robots.txt
|
|
|
|
|
2011-03-31 04:04:42 +00:00
|
|
|
- url: /favicon\.ico
|
|
|
|
static_files: static/favicon.ico
|
|
|
|
upload: static/favicon.ico
|
|
|
|
|
2011-06-19 20:29:31 +00:00
|
|
|
- url: /documentation/?
|
2012-01-30 19:10:17 +00:00
|
|
|
script: website.py
|
2011-06-11 22:09:05 +00:00
|
|
|
|
2011-06-19 20:29:31 +00:00
|
|
|
- url: /documentation
|
2011-06-11 22:09:05 +00:00
|
|
|
static_dir: sphinx/build/html
|
|
|
|
|
2009-09-10 07:50:51 +00:00
|
|
|
- url: /.*
|
2012-01-30 19:10:17 +00:00
|
|
|
script: website.py
|