While developing a Google App, I have found some difficulty while trying to retrieve data by id. The method is very simple, and below is the Phyton code:
objectname = ModelName.get_by_id(longIntegerId)
This is how to select by id from Google's Datastore API
1 comment:
Great reeading this
Post a Comment