Do you know that every time you ask questions on mailing lists without googling, a kitten dies? And a pony!
http://stackoverflow.com/questions/44109/extending-the-user-model-with-custom-fields-in-django https://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-information-about-users http://www.djangobook.com/en/1.0/chapter12/#cn222 On Sat, Jun 18, 2011 at 1:17 PM, raj <[email protected]> wrote: > Hey guys, > > I've been trying to figure out how to add more fields in the auth user > part of django. I looked through dozens of tutorials, and tried a lot > of things to no avail. > I simply ask this, > If a user were to sign up on my site, and he/she was required to > insert a skype SN, aim SN, etc.. How would one go about doing so? > > I attempted to add fields into the User profile in the admin site, but > i couldn't do so. Would it be better to create an app that handles > this part (a new table), and it shares a relation with the auth user? > Thank you. > -Raj > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > 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. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

