When you're testing a GAE app locally, there's an "Interactive Console" that you can use to run arbitrary code inside your application. Is there a way to do this for a deployed GAE app on appengine.google.com?
It would be useful to to be able to do datastore operations on a live application in the console.
You can make the dev_appserver console available on production, add something like this to your app.yaml:
- url: /admin/.*
script: google.appengine.ext.admin.application
login: admin
Try that Appstats playground. https://developers.google.com/appengine/docs/python/tools/appstats
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With