Reputation: 1208
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
Reputation: 885
Django userena uses Django-guardian: https://github.com/bread-and-pepper/django-userena
Upvotes: 1
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