How to implemet role based access control in Django?
Managing different users based on their roles in a project like User, Admin, Manager ,Teacher ,etc., Is there any open source library available?
I have read about User authentication in Django. Which deals with roles and groups. Can I define access for different type of users.