[google-appengine] How to view Google datastore in locally ? and which structure used Google datastore ?

2013-08-23 Thread Vijay Kumbhani
For python , -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post to this group, send email to google-appe

Re: [google-appengine] How to view Google datastore in locally ? and which structure used Google datastore ?

2013-08-23 Thread Vinny P
On Fri, Aug 23, 2013 at 7:21 AM, Vijay Kumbhani wrote: > How to view Google datastore locally? > > If you're talking about the development server, you can inspect the contents of the local dev_appserver's datastore by going to the path /_ah/admin. If you want to view the contents of your product

Re: [google-appengine] How to view Google datastore in locally ? and which structure used Google datastore ?

2013-08-24 Thread timh
Actually you don't use /_ah/admin on the dev server any more. With the new version of the SDK (1.7.x - can't remember the specific release) you connect to port 8000 and datastore is http://localhost:8000/datastore Cheers Tim On Saturday, August 24, 2013 12:47:03 PM UTC+8, Vinny P wrote: > >