Skip to content

Commit a1bb663

Browse files
committed
Cherry-pick cc8e893 into branch2.2
Original commit message: Revert "Run the website in python2.7 mode" Can't use python2.7 mode without migrating to the "high-replication datastore", and even though we don't have any data "migration" is a pain. This reverts commit e960e9b.
1 parent 8d7f9f0 commit a1bb663

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

website/app.yaml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
application: python-tornado
22
version: 2
3-
runtime: python27
4-
threadsafe: yes
3+
runtime: python
54
api_version: 1
65

76
handlers:
87
- url: /static/tornado-0.1.tar.gz
9-
script: website.application
8+
script: website.py
109

1110
- url: /static/tornado-0.2.tar.gz
12-
script: website.application
11+
script: website.py
1312

1413
- url: /static/
1514
static_dir: static
@@ -23,10 +22,10 @@ handlers:
2322
upload: static/favicon.ico
2423

2524
- url: /documentation/?
26-
script: website.application
25+
script: website.py
2726

2827
- url: /documentation
2928
static_dir: sphinx/build/html
3029

3130
- url: /.*
32-
script: website.application
31+
script: website.py

0 commit comments

Comments
 (0)