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.


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -