get_user_permissions(user_obj, obj=None)
Returns the set of permission strings the user_obj
has from their own user permissions. Returns an empty set if is_anonymous
or is_active
is False
.
get_user_permissions(user_obj, obj=None)
Returns the set of permission strings the user_obj
has from their own user permissions. Returns an empty set if is_anonymous
or is_active
is False
.
Designed by : w10schools
service@w10schools.com
Please login to continue.