Initial commit
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from rest_framework import throttling
|
||||
|
||||
|
||||
class BurstRateThrottle(throttling.UserRateThrottle):
|
||||
scope = "burst"
|
||||
Reference in New Issue
Block a user