django-redissentry

A Django specific app for RedisSentry
Download

django-redissentry Ranking & Summary

Advertisement

  • Rating:
  • License:
  • MIT/X Consortium Lic...
  • Price:
  • FREE
  • Publisher Name:
  • Lev Maximov
  • Publisher web site:
  • http://github.com/axil/

django-redissentry Tags


django-redissentry Description

django-redissentry is Django specific app for RedisSentry. For generic package, (which this app is dependent on) see redissentry-core.Installationsettings.py:MIDDLEWARE_CLASSES += ( 'redissentry.middleware.RequestMiddleware',)INSTALLED_APPS += ( 'redissentry',)Finetuningsettings.py:RS_REDIS_HOST = 'localhost'RS_REDIS_PORT = 6379RS_REDIS_PASSWORD = ''RS_REDIS_DB = 0RS_FA_PER_IP = 5 # block ip after every N failed attemptsRS_FA_PER_USERNAME = 5 # block username after every N failed attemptsAlso the class structure is designed in such a way as to facilitate further finetuning through inheritance.Product's homepage


django-redissentry Related Software