app-generator / docs

App Generator - The Official Documentation | AppSeed
https://docs.appseed.us
1 stars 1 forks source link

Django RBAC Implementation #88

Open app-generator opened 1 month ago

app-generator commented 1 month ago

Theory + Code sample

https://github.com/app-generator/sample-django-rbac

We need to control the access for groups. Here is the use case

TY!