The SDK for google ap engine has an “interactive console”
when running your app locally.
I can’t find the equivalent in the dashboard for uploaded apps.
I am using Python 2.7, app_engine sdk 1.70
The SDK for google ap engine has an interactive console when running your app
Share
Actually there is a way to have the interactive console for your app.
You would need to add the following lines to you app.yaml file.
See this doc for some more details (python 2.5).