Re: Lack of View permission in Django

2015-10-18 Thread Mike Dewhirst
On 19/10/2015 5:03 AM, Ankit Agrawal wrote: I have an active Django project where the admin panel is used by the customer support team. I have two questions - 1. Django lacks a `view` permission because of which I have to assign the change permission to the customer support team which is slightl

Lack of View permission in Django

2015-10-18 Thread Ankit Agrawal
I have an active Django project where the admin panel is used by the customer support team. I have two questions - 1. Django lacks a `view` permission because of which I have to assign the change permission to the customer support team which is slightly dangerous. I have some models for which t