django-guardian example source code
Asked Answered
S

2

4

Can anyone suggest a good open source app that uses django-guardian? I'm not having trouble understanding the API, but I'd love to see an example to get a feel for implementation best practice (database design, etc.)

Salot answered 29/5, 2012 at 7:7 Comment(0)
I
2

If you clone the django-guardian source code you have a working example of how to use it. And in this link are the instructions for integrating it with django admin

Imputable answered 25/10, 2012 at 16:57 Comment(1)
This is an old answer so it might have become irrelevant now. But where do I look in the source? There's barely a few lines in example_project/models.pyTabber
P
1

Django userena uses Django-guardian: https://github.com/bread-and-pepper/django-userena

Portie answered 26/7, 2012 at 12:9 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.