• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1application: androidappdocs-staging
2version: 1
3runtime: python
4api_version: 1
5
6handlers:
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
17