We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1910ea1 commit e960e9bCopy full SHA for e960e9b
website/app.yaml
@@ -1,14 +1,15 @@
1
application: python-tornado
2
version: 2
3
-runtime: python
+runtime: python27
4
+threadsafe: yes
5
api_version: 1
6
7
handlers:
8
- url: /static/tornado-0.1.tar.gz
- script: website.py
9
+ script: website.application
10
11
- url: /static/tornado-0.2.tar.gz
12
13
14
- url: /static/
15
static_dir: static
@@ -22,10 +23,10 @@ handlers:
22
23
upload: static/favicon.ico
24
25
- url: /documentation/?
26
27
28
- url: /documentation
29
static_dir: sphinx/build/html
30
31
- url: /.*
32
0 commit comments