[google-appengine] update record using ndb.expando in python

2013-10-14 Thread Vijay Kumbhani
please help

-- 
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-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] update record using ndb.expando in python

2013-10-14 Thread Vinny P
On Mon, Oct 14, 2013 at 2:17 AM, Vijay Kumbhani vnkumbh...@gmail.com
 wrote:

 update record using ndb.expando in python



See here for a code example:
https://developers.google.com/appengine/docs/python/ndb/entities#expando

In short, query for the entity, retrieve it, update the property you need
to, and then put the entity back in with the same key name.

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