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!
|
|
|
|
|
|
|
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 |
||
|
|
You can use the development console to view and edit your datastore, memcache, task queue and cron jobs at |
||
|
