Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Interactive console on deployed GAE app

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.

like image 931
kennysong Avatar asked Nov 19 '25 06:11

kennysong


2 Answers

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
like image 84
dragonx Avatar answered Nov 21 '25 09:11

dragonx


Try that Appstats playground. https://developers.google.com/appengine/docs/python/tools/appstats

like image 33
Guido van Rossum Avatar answered Nov 21 '25 09:11

Guido van Rossum



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!