All Samples(1) | Call(0) | Derive(0) | Import(1)
src/s/h/shareabouts-api-HEAD/libs/django-rest-framework-0.4/djangorestframework/tests/throttling.py shareabouts-api(Download)
from djangorestframework.compat import RequestFactory from djangorestframework.views import View from djangorestframework.permissions import PerUserThrottling, PerViewThrottling, PerResourceThrottling from djangorestframework.resources import FormResource