Is there an interactive console for public/uploaded app engine apps? -


SDK "interactive console" for Google AP engine when I run locally on my app Dashboard of uploaded apps I'm not getting equivalent in Python 2.7, app_gen sdk 1.70

, in fact The way of interactive console for you is the app.

You need to add the following lines to the app.yaml file.

  - url: /_ah/admin.* script: google.appengine.ext .admin.application login: admin   

look for some more details (Pyro 2.5).

Comments