Joe Gregorio | 695fdc1 | 2011-01-16 16:46:55 -0500 | [diff] [blame^] | 1 | application: m-buzz |
2 | version: 1 | ||||
3 | runtime: python | ||||
4 | api_version: 1 | ||||
5 | |||||
6 | handlers: | ||||
7 | - url: /static | ||||
8 | static_dir: static | ||||
9 | |||||
10 | - url: /google8f1adb368b7bd14c.html | ||||
11 | upload: google8f1adb368b7bd14c.html | ||||
12 | static_files: static/google8f1adb368b7bd14c.html | ||||
13 | |||||
14 | - url: .* | ||||
15 | script: main.py | ||||
16 |