2009-09-10 07:50:51 +00:00
|
|
|
application: python-tornado
|
|
|
|
version: 1
|
|
|
|
runtime: python
|
|
|
|
api_version: 1
|
|
|
|
|
|
|
|
handlers:
|
2010-07-22 23:50:59 +00:00
|
|
|
- url: /static/tornado-0.1.tar.gz
|
|
|
|
script: website.py
|
|
|
|
|
|
|
|
- url: /static/tornado-0.2.tar.gz
|
|
|
|
script: website.py
|
|
|
|
|
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
|
|
|
|
|
|
|
|
- url: /.*
|
|
|
|
script: website.py
|