dry-rest-permissions
dry-rest-permissions copied to clipboard
Does the permission model work on custom views
I am using django-oauth-toolkit for authentication and defining the permission in model class but it is never called when using custom views (i.e. without django rest views).
Does this package works with custom django views?