I've googled alot about this. Trust me. And when I use the AUTH_PROFILE_MODULE way, I am not getting the extra fields to show up on my admin site. Can someone show me how to use it this way? I create a model in an app, create additional fields in a UserProfile class, and i syncdb, but nothing shows up in the auth_user section in the admin page. Help please. Thank you.
On Jun 18, 10:33 am, Martin <[email protected]> wrote: > 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-wit...https://docs.djangoproject.com/en/dev/topics/auth/#storing-additional...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.

