Hi all, I feel like my question must have been asked before, but I couldn't find any help on this group or through regular googling.
All I'm trying to do is that whenever a new user is created (either through the admin interface, or with django-registration), an instance of the associated profile class (AUTH_PROFILE_MODULE) is created too. I guess I'd need to put a hook on the User.save() and delete() methods, am I right? How could I do that? Thanks a lot! Julien --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

