python - What is the url for the browser based interactive console for live appengine project? -
i have live appengine application (myapp.appspot.com). access (python) terminal behaviour within browser window. recall showing me functionality cannot seem find documentation on it. functionality looked similar interactive console available in local development environment.
does know url @ can access tool?
you have add handler admin application:
- url: /admin.* script: google.appengine.ext.admin.application login: admin
then can access interactive console @ /admin/interactive
.
its possible appstats, have add appstats_shell_ok = true
in appengine_config.py
.