Authorization in Django: From Permissions to Policies : Part 3 — ContentTypes and the Model Registry
Once we stop treating permissions as rules and start treating them as data, a natural question follows: Data about what? A permission is a label that says, *“*this action applies to that thing.” But how does Django identify that thing—especially in a...
Jan 2, 20267 min read1


