I want to link the permissions(read/write/hide) given to a certain table of开发者_如何学Go a row , to be linked with the user.permissions that Django provides . Is it possible ?
The permissions here are based on a table generated from a spatial data . These permissions are then given to a particular user .
How to map those permissions , if a permission table exists . ?
It sounds like you want object based permissions? django-gaurdian is one option if this is the case.
精彩评论