Without having to use django-registration or django-profile, I've
discovered that it's easy enough to seamlessly concatenate a user form
and a profile form for data entry, then to create a separateuser
object and profile object from the same resulting request.POST, then
connect and save the object
On szept. 10, 06:51, Rodney Topor wrote:
> Suppose one wants to store additional information about a user in a
> separate profile class as described in the documentation. When a user
> registers, the form displayed should show (all) fields from class User
> and (some) fields from class Profile.
Suppose one wants to store additional information about a user in a
separate profile class as described in the documentation. When a user
registers, the form displayed should show (all) fields from class User
and (some) fields from class Profile.
What is the best way to define this form?
What i
3 matches
Mail list logo