vote up 0 vote down star

Hi all, 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!

flag

2 Answers

vote up 5 vote down check

There's a console on the development server too:

http://localhost:8080/_ah/admin

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

link|flag
ohh, thank you very much, I see it!!! – Hoang Sep 6 at 16:09
As long as you don't need to edit any TextProperty values. – fiXedd Sep 9 at 6:45
vote up 4 vote down

You can use the development console to view and edit your datastore, memcache, task queue and cron jobs at /_ah/admin/ in your local development server.

link|flag
As long as you don't need to edit any TextProperty values. – fiXedd Sep 9 at 6:45

Your Answer

Get an OpenID
or

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