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: |
Trevor Johns | 5e100c6 | 2010-09-10 11:26:50 -0700 | [diff] [blame] | 7 | - url: /remote_api |
| 8 | script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py |
| 9 | login: admin |
| 10 | |
Xavier Ducrohet | b958224 | 2009-12-01 13:03:49 -0800 | [diff] [blame] | 11 | - url: /gae_shell/static |
| 12 | static_dir: gae_shell/static |
| 13 | expiration: 1d |
| 14 | |
| 15 | - url: /gae_shell/.* |
| 16 | script: /gae_shell/shell.py |
| 17 | login: admin |
| 18 | |
| 19 | - url: .* |
| 20 | script: main.py |