On Thursday 20 Aug 2009 7:14:40 am Nicolas Aggelidis wrote: > once again i need your help. I want to implement a simple friendship > invitation/rejection mechanism. In more words, a user sends an > invitation to another user, the latter has the option to accept it , > or reject it... > > > What parts of django should i look into? (i am new to django!) .
try signals - user fills in invitation and presses submit, it is saved and a signal is used to send mail/url to the receiver ... -- regards kg http://lawgon.livejournal.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

