We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb6446 commit f395182Copy full SHA for f395182
python_appengine/topics/app.yaml
@@ -0,0 +1,23 @@
1
+application: your-app-id
2
+version: 1
3
+runtime: python27
4
+api_version: 1
5
+threadsafe: yes
6
+
7
+handlers:
8
+- url: /favicon\.ico
9
+ static_files: favicon.ico
10
+ upload: favicon\.ico
11
12
13
14
15
16
+- url: /.*
17
+ script: main.app
18
19
+libraries:
20
+- name: webapp2
21
+ version: "2.5.2"
22
+- name: jinja2
23
+ version: latest
0 commit comments