Re: Signals for User model

2007-03-07 Thread Aidas Bendoraitis
Thanks! I put the function just in the file of one of the models (it is used for handling the signal) and it worked perfectly. I just came to an idea that the pre_init and post_init signals could be used to extend contributed models without modifying their files. The question that cames to my min

Re: Signals for User model

2007-03-07 Thread Malcolm Tredinnick
On Wed, 2007-03-07 at 11:58 +0100, Aidas Bendoraitis wrote: > I've never used signals before and I think I came to a point when I > need to start doing that. > > What I need is to call some function just after the User is saved. > > According to the docs that I found about signals, I should do s