ericw / onelinr
- Source
- Commits
- Network (1)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
0f6a352
Henrik Berggren (author)
Thu Dec 11 13:13:37 -0800 2008
onelinr / app.yaml
| 767b0601 » | Henrik Berggren | 2008-08-09 | 1 | application: onelinr | |
| 0f6a3521 » | Henrik Berggren | 2008-12-11 | 2 | version: 4 | |
| 767b0601 » | Henrik Berggren | 2008-08-09 | 3 | runtime: python | |
| 4 | api_version: 1 | ||||
| 5 | |||||
| 6 | handlers: | ||||
| 7 | - url: /stylesheets | ||||
| 8 | static_dir: stylesheets | ||||
| 9 | |||||
| 10 | - url: /scripts | ||||
| 11 | static_dir: scripts | ||||
| 12 | |||||
| 13 | - url: /images | ||||
| 14 | static_dir: images | ||||
| 15 | |||||
| 16 | - url: .* | ||||
| 17 | script: onelinr.py | ||||
