public
Description: A Google App Engine based blogging platform using python
Homepage: http://aaronspotlatch.appspot.com/page/potlatchblog
Clone URL: git://github.com/araddon/potlatchblog.git
potlatchblog / app.yaml
100644 15 lines (11 sloc) 0.196 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
application: aaronspotlatch
version: 1
runtime: python
api_version: 1
 
handlers:
- url: /static
    static_dir: static
 
- url: /.*
    script: blog.py
 
- url: /admin/.*
    script: admin.py