From 5e100c67f3b66d85c882b0008325c20dd1a09f5a Mon Sep 17 00:00:00 2001 From: Trevor Johns Date: Fri, 10 Sep 2010 11:26:50 -0700 Subject: [PATCH] Use remote_api for shell access on developer.android.com. This allows Python shell access on developer.android.com using the remote_api_shell.py script that's bundled with the App Engine SDK. Change-Id: If3c979ccbf885905a9cc3840645dcb6a5a50cfa8 --- scripts/app_engine_server/app.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scripts/app_engine_server/app.yaml b/scripts/app_engine_server/app.yaml index 8e3a149b3..15f02e110 100755 --- a/scripts/app_engine_server/app.yaml +++ b/scripts/app_engine_server/app.yaml @@ -4,6 +4,10 @@ runtime: python api_version: 1 handlers: +- url: /remote_api + script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py + login: admin + - url: /gae_shell/static static_dir: gae_shell/static expiration: 1d