has_permission()
Returns a boolean denoting whether the current user has permission to execute the decorated view. By default, this returns the result of calling has_perms()
with the list of permissions returned by get_permission_required()
.
has_permission()
Returns a boolean denoting whether the current user has permission to execute the decorated view. By default, this returns the result of calling has_perms()
with the list of permissions returned by get_permission_required()
.
Please login to continue.