Hi

i'm using django's built in User for web registered users, to add extra
fields to these users i've created a UserProfile model and linked it to
User using a OneToOneField.

Now when someone goes to the site to register I want them to see a form
with fields from User and some from UserProfile. I'm looking into using
custom/generic manipulators to do this, i'd like to know if there is a
certain method of doing this or if anyone else has done this before?


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to