Run the website in python2.7 mode

This commit is contained in:
Ben Darnell 2012-01-29 21:56:53 -08:00
parent 1910ea1530
commit e960e9bc9d
1 changed files with 6 additions and 5 deletions

View File

@ -1,14 +1,15 @@
application: python-tornado
version: 2
runtime: python
runtime: python27
threadsafe: yes
api_version: 1
handlers:
- url: /static/tornado-0.1.tar.gz
script: website.py
script: website.application
- url: /static/tornado-0.2.tar.gz
script: website.py
script: website.application
- url: /static/
static_dir: static
@ -22,10 +23,10 @@ handlers:
upload: static/favicon.ico
- url: /documentation/?
script: website.py
script: website.application
- url: /documentation
static_dir: sphinx/build/html
- url: /.*
script: website.py
script: website.application