Xavier Ducrohet | b958224 | 2009-12-01 13:03:49 -0800 | [diff] [blame] | 1 | application: androidappdocs-staging |
Dirk Dougherty | 3c19d0e | 2010-05-24 10:17:06 -0700 | [diff] [blame^] | 2 | version: 2 |
Xavier Ducrohet | b958224 | 2009-12-01 13:03:49 -0800 | [diff] [blame] | 3 | runtime: python |
4 | api_version: 1 | ||||
5 | |||||
6 | handlers: | ||||
7 | - url: /gae_shell/static | ||||
8 | static_dir: gae_shell/static | ||||
9 | expiration: 1d | ||||
10 | |||||
11 | - url: /gae_shell/.* | ||||
12 | script: /gae_shell/shell.py | ||||
13 | login: admin | ||||
14 | |||||
15 | - url: .* | ||||
16 | script: main.py |