Re: Updating user's unique e-mail

2010-08-19 Thread aa56280
> Is best practice to do this from a custom user profile? I have an > avatar imageField which will be editable as well. Well, the first name, last name and e-mail fields are part of the User model so you wouldn't need a profile model for that. As for the avatar, yes, that would have to go in that

Updating user's unique e-mail

2010-08-19 Thread reduxdj
So, I am getting into user profiles in django, I want the user to be able to update their name and email. Is best practice to do this from a custom user profile? I have an avatar imageField which will be editable as well. Any suggestions on this please? -- You received this message because you