Go to file
Christophe Siraut ad16498c12 tests: disable test_is_ratelimited_cache_connection_error_with_increment_redis (#42789) 2021-12-03 16:12:48 +01:00
debian debian: remove python2 package 2021-12-03 16:07:46 +01:00
docs New upstream version 2.0.0 2019-08-13 12:22:35 +02:00
ratelimit tests: disable test_is_ratelimited_cache_connection_error_with_increment_redis (#42789) 2021-12-03 16:12:48 +01:00
.gitignore Import Upstream version 0.4.0+8+gd58c489 2019-08-13 12:21:57 +02:00
.travis.yml New upstream version 2.0.0 2019-08-13 12:22:35 +02:00
CHANGELOG New upstream version 2.0.0 2019-08-13 12:22:35 +02:00
CONTRIBUTING.rst New upstream version 2.0.0 2019-08-13 12:22:35 +02:00
LICENSE New upstream version 2.0.0 2019-08-13 12:22:35 +02:00
MANIFEST.in build: ship test_settings.py 2019-08-13 12:50:40 +02:00
README.rst New upstream version 2.0.0 2019-08-13 12:22:35 +02:00
run.sh New upstream version 2.0.0 2019-08-13 12:22:35 +02:00
setup.cfg New upstream version 2.0.0 2019-08-13 12:22:35 +02:00
setup.py New upstream version 2.0.0 2019-08-13 12:22:35 +02:00
test_settings.py New upstream version 2.0.0 2019-08-13 12:22:35 +02:00
tox.ini New upstream version 2.0.0 2019-08-13 12:22:35 +02:00

README.rst

================
Django Ratelimit
================

Django Ratelimit provides a decorator to rate-limit views. Limiting can
be based on IP address or a field in the request--either a GET or POST
variable.

.. image:: https://travis-ci.org/jsocol/django-ratelimit.png?branch=master
   :target: https://travis-ci.org/jsocol/django-ratelimit

:Code:          https://github.com/jsocol/django-ratelimit
:License:       Apache Software License 2.0; see LICENSE file
:Issues:        https://github.com/jsocol/django-ratelimit/issues
:Documentation: http://django-ratelimit.readthedocs.io/