nnseva / django-access

Django-Access - the application introducing dynamic evaluation-based instance-level (row-level) access rights control for Django

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Create appropriate ability checking tools

nnseva opened this issue · comments

Create appropriate ability checking tools like permission checking in standard Django environment and Django-Rules package:

  • decorators to create abilities from callable
  • decorators to check against abilities for views
  • class-based view mixin to check against abilities for views
  • template tags to get or check against abilities

Bountysource

Split and move out to other issues.