Django site permissions

I’m announcing Site permissions, django application that allows restricting access to objects based on which site they belong. Basic goal is to allow restrict managing site content to users and groups in django admin interface.

Site permissions works on and depends on django-guardian.

Source code and example app is available on githib:

https://github.com/bmihelac/django-site-permissions

Share on Reddit