I have a registration and login page that only takes username and password. 
After they register or login, they are taken to a profile form where they 
can provide additional information such as address and phone numbers. I'm 
using a Model Form CreateView there. On that page I want the First Name and 
Last Name fields to  save to the auth_user table rather than that Profile 
Form model. How do I have two fields submit data to the auth_user table and 
the other fields submit to the Profile table?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9ee380ec-3f2d-465c-a784-5b44518cc655%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to