Re: Gallery album restricted to certain users

2009-06-19 Thread Emmanuel Surleau
On Thursday 18 June 2009 04:00:26 pagetribe wrote: > I would prefer my own views. You might want to consider using django-granular-permissions (http://github.com/ryates/django-granular-permissions-redux/tree/master). Cheers, Emm --~--~-~--~~~---~--~~ You receiv

Re: Gallery album restricted to certain users

2009-06-19 Thread Rajesh D
> > > > On Jun 17, 7:41 am, pagetribe wrote: > > > > Hi, > > > > I have been creating a gallery, which has albums. I would like to > > > restrict the albums, say album1 to a set of users, say userA and userB > > > and album2 to userC. So userA & userB cannot view album2 and userC > > > cannot v

Re: Gallery album restricted to certain users

2009-06-17 Thread pagetribe
I would prefer my own views. On Jun 18, 6:58 am, Rajesh D wrote: > On Jun 17, 7:41 am, pagetribe wrote: > > > Hi, > > > I have been creating a gallery, which has albums. I would like to > > restrict the albums, say album1 to a set of users, say userA and userB > > and album2 to userC. So userA

Re: Gallery album restricted to certain users

2009-06-17 Thread Rajesh D
On Jun 17, 7:41 am, pagetribe wrote: > Hi, > > I have been creating a gallery, which has albums. I would like to > restrict the albums, say album1 to a set of users, say userA and userB > and album2 to userC. So userA & userB cannot view album2 and userC > cannot view album1. > > From the docum

Gallery album restricted to certain users

2009-06-17 Thread pagetribe
Hi, I have been creating a gallery, which has albums. I would like to restrict the albums, say album1 to a set of users, say userA and userB and album2 to userC. So userA & userB cannot view album2 and userC cannot view album1. >From the documentation it says: "Permissions are set globally per t