Pat
Pat

Reputation: 1208

django-guardian example source code

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.)

Upvotes: 4

Views: 1962

Answers (2)

het.oosten
het.oosten

Reputation: 885

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

Upvotes: 1

azibi
azibi

Reputation: 4397

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

Upvotes: 2

Related Questions