Roll User is a Python ( Django )Library that aims to help full stack web developer in creating Roll Base authentication in Web application . For now this Library used SQLite & MySQL
Feature's of the Library
Role Management
Create, update, and delete roles.
Assign roles to users.
Remove roles from users.
Check if a user has a specific role
User Management
Create users with specified roles.
Update user information.
Delete users.
List all users with their roles.
For Installation of the Library
pip install rolluser