has_perm(user_obj, perm, obj=None)
Uses get_all_permissions()
to check if user_obj
has the permission string perm
. Returns False
if the user is not is_active
.
has_perm(user_obj, perm, obj=None)
Uses get_all_permissions()
to check if user_obj
has the permission string perm
. Returns False
if the user is not is_active
.
Please login to continue.