blob: 1fb50c7df9c158115521bf85ca6d95f337b634f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
application: androidappdocs-staging
version: 1
runtime: python
api_version: 1
handlers:
- url: /gae_shell/static
static_dir: gae_shell/static
expiration: 1d
- url: /gae_shell/.*
script: /gae_shell/shell.py
login: admin
- url: .*
script: main.py
|