django-ratelimit 0.1

django-ratelimit is a Django app that 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.If the rate limit is exceded, either a 403 Forbidden can be sent, or the...