I need to run a Python script to re-save some entities on remote datastore so that they’ll get missing property. Is enabling remote_api the only way to do so or there is something I can enable in remote admin console to allow me run Python scripts from the web interface?
Share
For all my apps I enable the developer console by default:
For Python 2.7 it is:
This includes the interactive console which I find great for hacking one-off scripts that need to do something in the actual environment.