> Can anyone refer a nice tutorial or explain how to create custom
> user attributes and use the authentication/authorization app?

It would be just like a regular user registration form, only with more
fields. In the controller you would create the account using the data
that belongs to Auth and after that succeeds create the profile by
using the data in the remaining fields (and the newly created user).
You'll be updating two models.
--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to