Override save, put, get, etc... methods in Google App Engine

Posted by Alex Kirs on Stack Overflow See other posts from Stack Overflow or by Alex Kirs
Published on 2010-05-02T06:02:34Z Indexed on 2010/05/02 6:07 UTC
Read the original article Hit count: 209

Filed under:
|

Is it possible to override methids for db.Model in Google App Engine? I want to declare beforeSave, afterSave methods, etc.. to create automatic tagging system.

I know there are hooks, but it seems to me a wrong way to solve this issue :)

Thanks!

© Stack Overflow or respective owner

Related posts about google-app-engine

Related posts about override