how to create a row in my CustomUser table for my custom user when a
user registers using the django registration platform. I derived a
CustomUser class from the django.contrib.auth.User class and added
many fields I wanted to get when calling the get_user method. I have
everything set up, but I cant figure out how to add a row to my custom
user table on the fly when people would register. I want to
automatically add a row in my custom user table when it creates a row
in he auth_user table as well. I am also using PostgreSql 8.4 if that
needs to be indicated. Thanks a lot for any help..
--
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 django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment