blob: 03bdf81d6b1554237a9b158db7094846fc510fa9 [file] [log] [blame]
Joe Gregorio845a5452010-09-08 13:50:34 -04001application: m-buzz
2version: 1
3runtime: python
4api_version: 1
5
6handlers:
Joe Gregoriob8262fc2010-09-09 11:31:30 -04007- url: /static
8 static_dir: static
9
Joe Gregorioc9359072010-10-25 15:26:13 -040010- url: /google8f1adb368b7bd14c.html
11 upload: google8f1adb368b7bd14c.html
12 static_files: static/google8f1adb368b7bd14c.html
13
Joe Gregorio845a5452010-09-08 13:50:34 -040014- url: .*
15 script: main.py
Joe Gregoriob8262fc2010-09-09 11:31:30 -040016