django-keeper
django-keeper copied to clipboard
Support DRF's Viewset
Now keeper supports DRF as KeeperDRFPermission. But it only for View classes, not ViewSets.
I think we should provide Permission class like DRF's DjangoObjectPermission.
New Permission class shouldn't be created.