from rest_framework.throttling import AnonRateThrottle class DemoStartThrottle(AnonRateThrottle): scope = "demo_start"