[Answered ]-Custom user model permissions

2👍

Please check at your db , whether your UserID is mapped with “auth_user_groups” table.

For example:

id: 2155
user_id: 2447276
group_id: 45

Leave a comment