Re: adding to User class

2007-03-22 Thread Aidas Bendoraitis
A common solution would be to create a profile class for a user with the one-to-one relationship to the user and add your custom method to the new profile class. Then set AUTH_PROFILE_MODULE to your profile class in the settings, for example: AUTH_PROFILE_MODULE = "profile.UserProfile" You can ac

adding to User class

2007-03-22 Thread Greg Donald
How/where can I add a method to the built-in User class? Thanks, -- Greg Donald http://destiney.com/ --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to dja