Joe Gregorio | 845a545 | 2010-09-08 13:50:34 -0400 | [diff] [blame] | 1 | application: m-buzz |
| 2 | version: 1 |
| 3 | runtime: python |
| 4 | api_version: 1 |
| 5 | |
| 6 | handlers: |
Joe Gregorio | b8262fc | 2010-09-09 11:31:30 -0400 | [diff] [blame] | 7 | - url: /static |
| 8 | static_dir: static |
| 9 | |
Joe Gregorio | c935907 | 2010-10-25 15:26:13 -0400 | [diff] [blame] | 10 | - url: /google8f1adb368b7bd14c.html |
| 11 | upload: google8f1adb368b7bd14c.html |
| 12 | static_files: static/google8f1adb368b7bd14c.html |
| 13 | |
Joe Gregorio | 845a545 | 2010-09-08 13:50:34 -0400 | [diff] [blame] | 14 | - url: .* |
| 15 | script: main.py |
Joe Gregorio | b8262fc | 2010-09-09 11:31:30 -0400 | [diff] [blame] | 16 | |