from rest_framework import throttling class BurstRateThrottle(throttling.UserRateThrottle): scope = "burst"