limit view request rate decorator
Limit rate request decorator for view. Authenificated user can't request decorated view often then timeout. Usage: @limit_request_rate(time_beetween_request_sec) def my_view(request): ... get_cell_value from [here](http://code.activestate.com/recipes/439096/)
- django
- cache
- view
- decorator
- limit-request-rate
- closure
- cell