If authorization in Django feels confusing, a big reason is that permissions often get described as if they do work. They don’t. A Django permission is not a rule engine. It is not a policy. It is not an authorization decision. It is simply a named c...

No responses yet.