A django app for role based permissions.
django-role-permissions is a Django app designed for role-based permissions. It utilizes Django's built-in user Group and Permission functionalities without introducing additional models to your project. This app supports Django versions from 1.5 to the latest, with the recent Version 2.x offering the capability of multiple roles.
Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design. It follows the model-view-controller (MVC) architectural pattern, providing an extensive set of built-in tools and conventions to streamline the creation of robust and scalable web applications.