Permission to view, but not to change! - Django
Posted
by RadiantHex
on Stack Overflow
See other posts from Stack Overflow
or by RadiantHex
Published on 2010-06-18T10:30:39Z
Indexed on
2010/06/18
10:33 UTC
Read the original article
Hit count: 135
Hi folks,
is it possible to give users the permission to view, but not to change or delete.
currently in the only permissions I see are "add", "change" and "delete"... but there is no "read/view" in there.
I really need this as some users will only be able to consult the admin panel, in order to see what has been added in.
Help would be amazing!
© Stack Overflow or respective owner