Re: User and Permission from admin to the app

2015-08-18 Thread Russell Keith-Magee
Hi Predator, Permission checks need to be manually added to each view, on a case-by-case basis. Django can't "interpret" what your view is trying to do - all user views look the same to Django - so you need to provide the extra information to describe which permissions are needed at any given

User and Permission from admin to the app

2015-08-13 Thread Predator
Hi there! I have a question regarding user permissions. How can I use the user permissions that I have set in the admin to my django app? For example, I have a user* 'Trainee'* and in django admin, I set *'Trainee'* to only add to my model. So, 'Trainee' can only add to this model, not