public
Description: minimalist blog app using Google App Engine
Homepage: http://teh.appspot.com
Clone URL: git://github.com/btbytes/teh.git
teh / app.yaml
100644 13 lines (12 sloc) 0.183 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
application: teh
version: 1
runtime: python
api_version: 1
 
handlers:
- url: /static
  static_dir: static
- url: /.*
  script: webapp.py
- url: /new
  script: webapp.py
  login: admin