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?
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.
|
|
|
Yes, go to http://localhost:8080/_ah/admin (supposing you're running your local instance with dev_appserver.py at http://localhost:8080). |
|||