{"id":22445767,"url":"https://github.com/axil/django-redissentry","last_synced_at":"2025-08-01T20:31:13.845Z","repository":{"id":2966181,"uuid":"3981000","full_name":"axil/django-redissentry","owner":"axil","description":null,"archived":false,"fork":false,"pushed_at":"2012-06-25T10:19:01.000Z","size":230,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-10T22:51:52.609Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/axil.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2012-04-10T10:09:03.000Z","updated_at":"2014-06-01T01:08:56.000Z","dependencies_parsed_at":"2022-09-10T13:21:45.534Z","dependency_job_id":null,"html_url":"https://github.com/axil/django-redissentry","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axil%2Fdjango-redissentry","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axil%2Fdjango-redissentry/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axil%2Fdjango-redissentry/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/axil%2Fdjango-redissentry/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/axil","download_url":"https://codeload.github.com/axil/django-redissentry/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228402260,"owners_count":17914230,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-06T03:16:46.852Z","updated_at":"2024-12-06T03:16:47.510Z","avatar_url":"https://github.com/axil.png","language":"Python","readme":"===========\nRedisSentry\n===========\n\nThis is django specific app for RedisSentry. For generic package,\n(which this app is dependent on) see redissentry-core.\n\nInstallation\n------------\n\nsettings.py::\n\n    MIDDLEWARE_CLASSES += (\n        'redissentry.middleware.RequestMiddleware',\n    )\n\n    INSTALLED_APPS += (\n        'redissentry',\n    )\n\n\nFinetuning\n----------\n\nsettings.py::\n\n    RS_REDIS_HOST = 'localhost'\n    RS_REDIS_PORT = 6379\n    RS_REDIS_PASSWORD = ''\n    RS_REDIS_DB = 0\n\n    RS_FA_PER_IP = 5         # block ip after every N failed attempts\n    RS_FA_PER_USERNAME = 5   # block username after every N failed attempts\n\nAlso the class structure is designed in such a way as to facilitate further finetuning \nthrough inheritance.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxil%2Fdjango-redissentry","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faxil%2Fdjango-redissentry","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faxil%2Fdjango-redissentry/lists"}