dfunckt/django-rules ⭐ 1901

Awesome Django authorization, without the database

audiolion/django-behaviors ⭐ 214

Easily integrate common behaviors for Django models, e.g. Timestamps, Publishing, Authoring, Editing and more.

PaulGilmartin/django-queryhunter ⭐ 62

Hunt down the lines of your Django application code which are responsible for executing the most queries.

urbanplatform/django-keycloak-auth ⭐ 28

Middleware to allow authorization using Keycloak and Django for django-rest-framework (DRF). This package should only be used in projects starting from scratch, since it overrides the users' management.

rsinger86/drf-access-policy ⭐ 494

Declarative access policies/permissions modeled after AWS' IAM policies.

nnseva/django-access ⭐ 75

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

PaulGilmartin/django-pgpubsub ⭐ 256

A distributed task processing framework for Django built on top of the Postgres NOTIFY/LISTEN protocol.

nshafer/django-hashid-field ⭐ 372

Django Model Field that uses Hashids to obscure the value

django-guardian/django-guardian ⭐ 3713

Per object permissions for Django