How to create a UserProfile form in Django with first_name, last_name modifications ?
- by Natim
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 ?