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

Pat
  • 1,198
  • 3
  • 12
  • 22

2 Answers2

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

azibi
  • 4,027
  • 1
  • 14
  • 17
  • 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.py – newdimension Mar 06 '17 at 06:18
1

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

Lucas03
  • 2,267
  • 2
  • 32
  • 60
het.oosten
  • 885
  • 7
  • 21