Hi,
can coexist django-guardian and django-moderation in admin panel?
I need to handle an user's feed and activity with other user who have the privilege.
Thank's for support
I do not know this library, nor do I know the cases of proper integration of django-guardian with django-moderation. This does not exclude cooperation. It's best to just check and in case of problems, we can try to solve them and provide - if necessary - the appropriate API.
Because I need to implement in admin interface the django guardian and django moderation
There is guardian.admin.GuardedModelAdminMixin
.
I know @ad-m but I need both feature.
Most helpful comment
There is
guardian.admin.GuardedModelAdminMixin
.