ericw / onelinr

A Social backchannel application

This URL has Read+Write access

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: 3
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