public
Description: A Social backchannel application
Homepage: http://onelinr.com
Clone URL: git://github.com/ericw/onelinr.git
onelinr / app.yaml
100644 18 lines (13 sloc) 0.228 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
application: onelinr
version: 4
runtime: python
api_version: 1
 
handlers:
- url: /stylesheets
  static_dir: stylesheets
 
- url: /scripts
  static_dir: scripts
 
- url: /images
  static_dir: images
 
- url: .*
  script: onelinr.py