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-role-permissions is a Django app that simplifies role-based permissions by leveraging Django's existing functionalities. With support for multiple roles in its latest version, it offers compatibility with a range of Django versions, making it a versatile tool for managing permissions in Django projects.
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.