http://www.b-list.org/weblog/2006/jun/06/django-tips-extending-user-model/

You can create a profile model that holds all the information you  
need, then in your settings specify APP_PROFILE_MODULE which will  
define a OneToOne relationship from the auth user to your profile  
model. It will then be accessible through user.get_profile()

Hope that helps,

Mike

On 9 May 2008, at 15:14, Marcin Gorczyński wrote:

>
> Well basicly I want the groups to have more data associeted with them
> - like a image filename, extracting the numer of users, one-to-one
> relations with a model in a news app and forum app, adding models like
> category like this category->groups, group and category moderators.
> Probarly I can get what I want from the user model by the profile
> model, personal messages to users (maybe that shuld be another app)
>
> Thanks
> >


--~--~---------~--~----~------------~-------~--~----~
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