drf-psq <https://github.com/drf-psq/drf-psq/> is an extension for the Django REST framework that gives support for having view-based *permission_classes*, *serializer_class*, and *queryset*. In a typical DRF project, you probably have faced the problem that you want to set different permissions for different views with different serializers and you have to write too many if statements and override some methods to achieve this goal! Well, you don't have to do those kinds of hard stuff anymore. drf-psq is made to solve this problem and even more!
-- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-rest-framework/ffec943a-4558-4fc5-85d3-965aac7b0619o%40googlegroups.com.
