Hello,

I'd like to use SQLAlchemy events 
(http://sqlalchemy.readthedocs.org/en/rel_0_9/orm/events.html) to be able 
to fire off a task when a particular model is updated. For example, say 
someone updates their UserProfile model via a form or an API -- I'd like to 
be aware when the model update takes place and be able to perform 
some ancillary tasks.

For some reason I'm having trouble finding good/usable examples for this so 
maybe it's not possible/not the right approach?

Thanks,
Seth

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to pylons-discuss+unsubscr...@googlegroups.com.
To post to this group, send email to pylons-discuss@googlegroups.com.
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to