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 | 845a545 | 2010-09-08 13:50:34 -0400 | [diff] [blame] | 10 | - url: .* |
11 | script: main.py | ||||
Joe Gregorio | b8262fc | 2010-09-09 11:31:30 -0400 | [diff] [blame] | 12 |