I am a beginner of django.
I am trying to create a user below the admin: Let's call him user1 and below this user there will be other users: user2,user3,user4,..user50.
So my question is:
An Admin can access everything, but users should access only some permissions. How can I implement this? So that each user has it's own permissions.
User1 has permissions 1,2,3
User2 has permisison 2
Can anyone help me? Thanks in advance