I once used a page automatically created by App Engine SDK to view the database contents and other info, but I lost the URL. Do you know it? Does it work in production?
+1
A:
It's http://appengine.google.com/ if you're not using Google Apps.
Otherwise, it's http://appengine.google.com/a/<your-domain>
There is a section on Data there that includes the Datastore viewer, indexes, etc..
Anurag
2010-01-10 21:58:16
+2
A:
The development console url is http://localhost:8080/_ah/admin/.
It does not work in production, but you can use GAE's dashboard in this case: https://appengine.google.com/.
Dev server's documentation is available here.
jbochi
2010-01-10 21:59:17