python3-django-ratelimit

Cache-based rate-limiting for Django (Python3 version)
  https://github.com/jsocol/django-ratelimit
  0
  no reviews



Django Ratelimit is a ratelimiting decorator for Django views, storing rate data in the configured Django cache backend. It requires a Django cache backend that supports atomic increment operations. The Memcached and Redis backends do, but the database backend does not.

This package contains the Python 3 version of the library.