• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1application: androidappdocs-staging
2version: 2
3runtime: python
4api_version: 1
5
6handlers:
7- url: /remote_api
8  script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
9  login: admin
10
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
21