Re: Group 'profile'

2008-05-10 Thread Marcin Gorczyński
Well thats what I did, a m2m in the user profile class, I meant having something like this: group.get_profile() like with the user class, but after rethinking I guess it can be done without it Sorry for the trouble On May 11, 5:46 am, phillc <[EMAIL PROTECTED]> wrote: > im not understanding

Re: Group 'profile'

2008-05-10 Thread phillc
im not understanding whats limiting you from using get_profile to "extend" the user model... then in that having a foreign key (or m2m) to your group On May 10, 7:10 pm, Marcin Gorczyński <[EMAIL PROTECTED]> wrote: > Hello > > In my site I want users to belong to groups, but in a quite diffrent

Group 'profile'

2008-05-10 Thread Marcin Gorczyński
Hello In my site I want users to belong to groups, but in a quite diffrent manner from what the contrib.auth Group model is capable of. What I would want is something like with profiles for users - you create a profile model and then someuser.get_profile(), but tinkering with the contrib.auth is