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.
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.