I found the documentation on how to do this is lacking.  In the old 
Django book, it was covered, but the new django book removed this 
section on profiles.
http://djangobook.com/en/1.0/chapter12/

The short answer is to add

AUTH_PROFILE_MODULE = "myapp.mysiteprofile"
in your settings.py

and make sure that your model has a user field that is a foreign key to 
django.contrib.auth.models.User





Kai Timmer wrote:
> Hello,
> by following this guide:
> http://docs.djangoproject.com/en/dev/topics/auth/#storing-additional-information-about-users
> I made a model and added some information to every user. What do I
> have to do, to show these additional fields in the admin/user
> interface?
>
> Greetings,
>   

-- 
Carl Zmola
301-562-1900 x315
czm...@woti.com


--

You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.


Reply via email to