Implement view based throttling without locked into using APIView #8034
Unanswered
daniel-skale
asked this question in
Question & Answer
Replies: 1 comment
-
Nyope, you either need the @api_view decoration or the APIView class. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
https://www.django-rest-framework.org/api-guide/throttling/
Hi all, Is it possible to write our own custom view that utilizes throttling without having to use APIView? Can I just use it in a view class that does not use APIView?
Beta Was this translation helpful? Give feedback.
All reactions