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:
>
> On Fri, Aug 23, 2013 at 7:21 AM, Vijay Kumbhani 
> <[email protected]<javascript:>
> > 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 production datastore in your 
> local machine, you'll have to download the datastore's data. See 
> https://developers.google.com/appengine/docs/python/tools/uploadingdata#Python_Downloading_data_from_App_Engine
>  for 
> an explanation of how it's done (basically use appcfg's download_data 
> option).
>
>
> -----------------
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> App Engine Code Samples: http://www.learntogoogleit.com
>  
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to