Is it possible to inherit permissions from an abstract model in Django? I can not really find anything about that. For me this doesn\'t work!
I\'m trying to figure out Django Groups and the documentation is pretty bare on the site. For example, you can use the decorator permission_required() to check the permissions, however, this only che
I want to restrict access to all but a few selected files per a user, but if I type: /media/userdocuments/FILENAME django happily spits back the file for even users who aren\'t logged in. How can I in
I\'d like to be able to give some existing Users a custom permission which I will require for accessing a view.