Johan Euphrosine | da68b33 | 2011-06-17 19:56:45 +0200 | [diff] [blame] | 1 | application: mytasks |
2 | version: 1 | ||||
dhermes@google.com | 62c8b7d | 2012-12-19 14:44:38 -0800 | [diff] [blame] | 3 | runtime: python27 |
Johan Euphrosine | da68b33 | 2011-06-17 19:56:45 +0200 | [diff] [blame] | 4 | api_version: 1 |
dhermes@google.com | 62c8b7d | 2012-12-19 14:44:38 -0800 | [diff] [blame] | 5 | threadsafe: true |
Johan Euphrosine | da68b33 | 2011-06-17 19:56:45 +0200 | [diff] [blame] | 6 | |
7 | handlers: | ||||
Johan Euphrosine | da68b33 | 2011-06-17 19:56:45 +0200 | [diff] [blame] | 8 | - url: /css |
9 | static_dir: css | ||||
Joe Gregorio | 68a8cfe | 2012-08-03 16:17:40 -0400 | [diff] [blame] | 10 | |
Johan Euphrosine | da68b33 | 2011-06-17 19:56:45 +0200 | [diff] [blame] | 11 | - url: .* |
dhermes@google.com | 62c8b7d | 2012-12-19 14:44:38 -0800 | [diff] [blame] | 12 | script: main.application |
13 | |||||
14 | libraries: | ||||
15 | - name: jinja2 | ||||
16 | version: latest |