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

Google App Engine: Importerror: No Module Named Appengine.ext

I am trying to write a test for my GAE programme which uses the datastore. Following Google's D… Read more Google App Engine: Importerror: No Module Named Appengine.ext

How Do I Refresh An Ndb Entity From The Datastore?

I'd like to be able to assert in tests that my code called Model.put() for the entities that we… Read more How Do I Refresh An Ndb Entity From The Datastore?

Ndb Strong Consistency And Frequent Writes

I'm trying to achieve strong consistency with ndb using python. And looks like I'm missing… Read more Ndb Strong Consistency And Frequent Writes

Wait For Datastore Update Before Proceeding

I'm working on a lightweight app, and I have quite a few situations where the user submits a fo… Read more Wait For Datastore Update Before Proceeding

Adding A Structuredproperty To A Model In Ndb

(couldn't think of a better title :S ) So I've recently changed from db to ndb and i can… Read more Adding A Structuredproperty To A Model In Ndb

Putting Models In A Callback Function From Ctypes Library

I am trying to setup an application based on the Google App Engine using the Managed VM feature. I … Read more Putting Models In A Callback Function From Ctypes Library

Proper Way To Migrate Ndb Model Property

I currently have a model in NDB and I'd like to change the property name without necessarily to… Read more Proper Way To Migrate Ndb Model Property

Ndb Model - Retrieve Ordered Set Of Property Names

I'm often asked to export data stored in NDB models to csv. For that purpose, I usually ended u… Read more Ndb Model - Retrieve Ordered Set Of Property Names

Wait For Datastore Update Before Proceeding

I'm working on a lightweight app, and I have quite a few situations where the user submits a fo… Read more Wait For Datastore Update Before Proceeding

Proper Way To Migrate NDB Model Property

I currently have a model in NDB and I'd like to change the property name without necessarily to… Read more Proper Way To Migrate NDB Model Property