Google App Engine - which tools to edit datastore locally?

Hoang Pham picture Hoang Pham · Sep 6, 2009 · Viewed 9.1k times · Source

I would like to ask if there is any tools for Google App Engine to edit datastore in localhost? In the Application Console, I can edit data on appspot, but for localhost, which tools are available? Please advice!

Answer

Steve Jessop picture Steve Jessop · Sep 6, 2009

There's a console on the development server too:

http://localhost:8000

https://developers.google.com/appengine/docs/python/tools/devserver#Python_The_Development_Console

[For old versions:

http://localhost:8080/_ah/admin

http://code.google.com/appengine/docs/python/tools/devserver.html#The_Development_Console ]