On Fri, Aug 23, 2013 at 7:21 AM, Vijay Kumbhani <[email protected]>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.
