views:

1329

answers:

1

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
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
http://code.google.com/appengine/docs/ has all you need.
nilton
Where exactly can you read about accesing '_ah/admin'? I i must be blind..
corgrath