themaestro
themaestro

Reputation: 14256

Is it possible to listen for datastore write event in GAE?

I'm writing an app in Python + GAE, and I was wondering if it would be possible to attach an event listener to whenever I write a specific type of object to the NDB datastore. Currently I am just calling the function whenever I perform updates, but it would be nicer and safer if this just happened on all such write events.

Upvotes: 0

Views: 112

Answers (1)

Related Questions