Skip to content Skip to sidebar Skip to footer
Showing posts with the label App Engine Ndb

How To Query Parent Entity From Child Entity In Google App Engine (python) Ndb/datastore?

My question is very fundamental, I want to know straight forward and right way to access attribute … Read more How To Query Parent Entity From Child Entity In Google App Engine (python) Ndb/datastore?

Workaround To Return A List From A Computedproperty Function In Ndb

I am converting my app to use NDB. I used to have something like this before: @db.ComputedProperty … Read more Workaround To Return A List From A Computedproperty Function In Ndb

Ever See Duplicate IDs When Using Google App Engine And Ndb?

class Entries(ndb.Model): description = ndb.StringProperty() seqid = ndb.IntegerProperty() li… Read more Ever See Duplicate IDs When Using Google App Engine And Ndb?