django-rest-framework-condition
django-rest-framework-condition copied to clipboard
[question] method_decorator + django decorators not enough?
First of all, thank you for your effort of creating a dedicated library. It's an impressive amount of work.
The question is: what are the advantages of using this library comparing to using of Django's method_decorator + e.g. condition.
There's even an example of this approach. So I suppose that having clear argumentation would be a big help for choosing developers.
I wanted to check it but I wasn't able to run the project you mentioned. Probably because it's 5 years old and there are no requirements.txt. Can you please provide working example?