I want to use google's online GAE data viewer offline... Is there some bunch of python code to display all my local data and even schema?
+19
A:
Yes, go to http://localhost:8080/_ah/admin (supposing you're running your local instance with dev_appserver.py at http://localhost:8080).
nilton
2009-03-08 21:33:40
oh, that is excellent, so from which link I can get info on things I can do locally? I have seen Interactive and memcahce already... cool...
erdogany
2009-03-08 21:45:08
http://code.google.com/appengine/docs/ has all you need.
nilton
2009-03-22 01:44:25
Where exactly can you read about accesing '_ah/admin'? I i must be blind..
corgrath
2009-12-08 23:30:51