Django Role Permissions

screenshot of Django Role Permissions
django

A django app for role based permissions.

Overview:

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.

Features:

  • Role-Based Permissions: Utilizes Django's user Group and Permission functionalities for role-based permissions.
  • Django Compatibility: Supports Django versions ranging from 1.5 to the latest.
  • Multiple Roles Support: Version 2.x introduced support for multiple roles.

Summary:

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
Django

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.