Re: many permission sets for same user

2009-12-11 Thread Preston Holmes
On Dec 10, 8:41 am, Adonis wrote: > Hi, > > I am trying to figure out the best way to do this. > I have built a django application where users are members in projects. > Thus, i need to assign users different permission sets that correspond > to different projects. The django core permission sys

many permission sets for same user

2009-12-10 Thread Adonis
Hi, I am trying to figure out the best way to do this. I have built a django application where users are members in projects. Thus, i need to assign users different permission sets that correspond to different projects. The django core permission system cannot solve this by itself. I took a look a