A Guide to Configuring RBAC in Django

Improve your application’s security by adding a role based access control, using Django user authentication, authorization and built-in models. Read more

Similar

Multi-Tenancy in Django

Here's how we implemented multi-tenancy on a recent Python / Django app build. This article describes our approach, shares some code and compares it with an earlier project we did using a different method. (more…)

Read more »