We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

Great authorization for Django, like Pyramid

Formal Metadata

Title
Great authorization for Django, like Pyramid
Title of Series
Number of Parts
53
Author
License
CC Attribution 3.0 Germany:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
How can we handle complex authorization? Yes, Pyramid has great security framework, and we can use ACLAuthorizationPolicy. Then, how can we use it with Django? I created django-keeper to do this. On this talk, you can learn what problem Django has, and how to solve it by using django-keeper. django-keeper can handle complex permission assignment. There is permission feature on Django, but I think it's not enough for most purposes.