1 application: androidappdocs-staging 2 version: 2 3 runtime: python 4 api_version: 1 5 6 handlers: 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