comparison notstudy/io2012slides/app.yaml @ 3:fea44bb81877 default tip

many change
author taiki
date Tue, 10 Dec 2013 15:31:33 +0900
parents
children
comparison
equal deleted inserted replaced
2:7f4128b2369a 3:fea44bb81877
1 application: my-io-talk
2 version: 1
3 runtime: python27
4 api_version: 1
5 threadsafe: yes
6
7 handlers:
8 - url: /
9 static_files: template.html
10 upload: template\.html
11
12 - url: /slide_config\.js
13 static_files: slide_config.js
14 upload: slide_config\.js
15
16 - url: /js
17 static_dir: js
18
19 - url: /theme
20 static_dir: theme
21
22 - url: /images
23 static_dir: images