dbkaplan / dry-rest-permissions

Rules based permissions for the Django Rest Framework
ISC License
376 stars 59 forks source link

Does the permission model work on custom views #27

Open gauravdott opened 8 years ago

gauravdott commented 8 years ago

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?