public
Fork of paulhammond/minimuni
Description: When should Paul leave for work?
Homepage: minimuni.paulhammond.org
Clone URL: git://github.com/kneath/minimuni.git
kneath (author)
Wed Dec 03 02:49:37 -0800 2008
commit  204000c66b47f9986c4be8dc01c619cb3b50501e
tree    a1a2c68a8c416c73c8397622434f0db92ce6e784
parent  7442431e59cf92e37c1618e207d582031adb20bd
minimuni / app.yaml
100644 13 lines (9 sloc) 0.14 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
application: kylesmuni
version: 1
runtime: python
api_version: 1
 
handlers:
 
- url: /i
  static_dir: static/i
 
- url: /.*
  script: main.py