1. GAE remote_api로 로컬에서 접근하기

    로컬에서 GAE 앱의 memcache, datastore 등을 접근할 수 있다. 로컬에서 테스트나 제어용으로 편하게 사용가능하다. 아래 PATH는 Mac OS X에서의 예.

    app.yaml
    - url: /remote_api
    script: $PYTHON_LIB/google/appengine/ext/remote_api/handler.py
    login: admin

    PATH /Applications/GoogleAppEngineLauncher.app/Contents
    /Resources/GoogleAppEngine-default.bundle/
    Contents/Resources/google_appengine

    SHELL
    $ ./remote_api_shell.py -s APPID.appspot.com APPID