Skip to content

Commit 5e100c6

Browse files
committed
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
1 parent 9f93186 commit 5e100c6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

scripts/app_engine_server/app.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ runtime: python
44
api_version: 1
55

66
handlers:
7+
- url: /remote_api
8+
script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
9+
login: admin
10+
711
- url: /gae_shell/static
812
static_dir: gae_shell/static
913
expiration: 1d

0 commit comments

Comments
 (0)