Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

up vote 37 down vote accepted

Yes, go to http://localhost:8080/_ah/admin (supposing you're running your local instance with dev_appserver.py at http://localhost:8080).

share|improve this answer
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 Mar 8 '09 at 21:45
code.google.com/appengine/docs has all you need. – nilton Mar 22 '09 at 1:44
2  
Where exactly can you read about accesing '_ah/admin'? I i must be blind.. – corgrath Dec 8 '09 at 23:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.