Re: Restricting Access in the Django Admin to a instance of an object.

2007-04-16 Thread DuncanM
Thanks for the quick and detailed reply Russ, I'll have a look at the wiki now. Regards, Duncan On Apr 17, 12:33 am, "Russell Keith-Magee" <[EMAIL PROTECTED]> wrote: > On 4/17/07, DuncanM <[EMAIL PROTECTED]> wrote: > > > > > Briefly, I have a system set up to manage football teams, with > > fixt

Re: Restricting Access in the Django Admin to a instance of an object.

2007-04-16 Thread Russell Keith-Magee
On 4/17/07, DuncanM <[EMAIL PROTECTED]> wrote: > > Briefly, I have a system set up to manage football teams, with > fixtures, results, players etc. > > How would I go about editing the admin permissions so that User X > could only edit the fixtures and results for Team X, and User Y could > only e

Restricting Access in the Django Admin to a instance of an object.

2007-04-16 Thread DuncanM
Briefly, I have a system set up to manage football teams, with fixtures, results, players etc. How would I go about editing the admin permissions so that User X could only edit the fixtures and results for Team X, and User Y could only edit the fixtures for Team Y? I've looked at the admin secti