Re: Security Trimming and Roles

2008-10-21 Thread killer barney
awesome! thanks On Oct 21, 6:20 am, "Dj Gilcrease" <[EMAIL PROTECTED]> wrote: > http://docs.djangoproject.com/en/dev/topics/auth/?from=olddocs#id6http://docs.djangoproject.com/en/dev/topics/auth/#the-permission-requ... > > might be a good place to start reading > > Dj Gilcrease > OpenRPG Develope

Re: Security Trimming and Roles

2008-10-21 Thread Dj Gilcrease
http://docs.djangoproject.com/en/dev/topics/auth/?from=olddocs#id6 http://docs.djangoproject.com/en/dev/topics/auth/#the-permission-required-decorator might be a good place to start reading Dj Gilcrease OpenRPG Developer ~~http://www.openrpg.com --~--~-~--~~~---~--~-

Security Trimming and Roles

2008-10-21 Thread killer barney
Loving django 1.0! But one thing I notice they don't seem to have is security trimming (where you can hide certain links based on the role permissions of a user) or any sort of roles security. Is there any solid way at going about this that already exists in the django framework or is this somet