Go to file
Frédéric Péters 593bc529d3 build: ship docs 2019-08-13 12:36:02 +02:00
debian 2.0.0-0 2019-08-13 12:24:51 +02:00
docs New upstream version 2.0.0 2019-08-13 12:22:35 +02:00
ratelimit New upstream version 2.0.0 2019-08-13 12:22:35 +02: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 docs 2019-08-13 12:36:02 +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/