Re: View permission for models in the admin

2007-12-05 Thread Percy Rodriguez
On Dec 5, 12:26 pm, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > You could try to adapt admin to do what you're asking, but I really think it > would be easier to write your own views. It's not so hard. Ok, I'll write my own views but where? Outside of the admin? Say one of this users has permi

Re: View permission for models in the admin

2007-12-05 Thread Percy Rodriguez
On Dec 5, 11:42 am, "Karen Tracey" <[EMAIL PROTECTED]> wrote: > On 12/5/07, Percy Rodriguez <[EMAIL PROTECTED]> wrote: > and it doesn't include any view/read permissions. The Django admin site > code assumes any User with "is_staff" set to

View permission for models in the admin

2007-12-05 Thread Percy Rodriguez
Hi everyone, I'm quite new to Django but so far I'm making progress using and customizing the admin interface. Last nite I realized there is no view or read only permission on models, the closest thing I found was "Can change permission". Any ideas on how could I implement that in the cleanest p