Authorization in Django: From Permissions to Policies : Part 3 — ContentTypes and the Model Registry
Jan 2 · 7 min read · 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...
Join discussion