What is the admin url in an App Engine application?
google-app-engine
Solution
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.
Problem
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?