How to create a UserProfile form in Django with first_name, last_name modifications ?

Posted by Natim on Stack Overflow See other posts from Stack Overflow or by Natim
Published on 2009-11-13T06:46:24Z Indexed on 2010/05/26 11:11 UTC
Read the original article Hit count: 458

If think my question is pretty obvious and almost every developer working with UserProfile should be able to answer it.

However, I could not find any help on the django documentation or in the Django Book.

When you want to do a UserProfile form in with Django Forms, you'd like to modify the profile fields as well as some User field.

But there is no forms.UserProfileForm (yet?) !

How do you do that ?

© Stack Overflow or respective owner

Related posts about python

Related posts about django