django-defender/defender
fr0mhell 7400a4945f Feature update Python and Django versions (#126)
* remove Python 3.3
* remove Django 1.8-1.10
* add Celery v4
* update travis config
* update admin URL
* replace MIDDLEWARE_CLASSES with MIDDLEWARE
2019-01-29 07:50:02 -05:00
..
exampleapp Feature update Python and Django versions (#126) 2019-01-29 07:50:02 -05:00
management Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
migrations Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
south_migrations Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
templates Example djangorestframework auth method 2017-03-21 11:03:42 -04:00
__init__.py initial checkin 2014-09-23 17:31:17 -07:00
admin.py Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
config.py Add possibility to use custom utils.get_username_from_request function (#122) 2018-05-29 10:32:08 -04:00
connection.py Added ssl option when instantiating StrictRedis (#120) 2018-04-10 18:57:45 -04:00
data.py Add Celery option for writing to database 2015-01-03 16:33:51 -05:00
decorators.py Add possibility to use custom utils.get_username_from_request function (#122) 2018-05-29 10:32:08 -04:00
middleware.py Middleware fix for django >= 1.10 (#93) 2017-07-04 13:23:28 -04:00
models.py Cleanup the code to remove lint warnings (#87) 2017-06-28 17:09:44 -04:00
signals.py send signals when blocking username or ip (#114) 2018-04-10 09:21:37 -04:00
tasks.py Always define the task to store login attempt 2016-01-24 17:28:20 -08:00
test.py Provide helper TestCases to be used with Defender 2015-01-12 13:28:33 -08:00
test_settings.py Feature update Python and Django versions (#126) 2019-01-29 07:50:02 -05:00
test_urls.py Feature update Python and Django versions (#126) 2019-01-29 07:50:02 -05:00
tests.py Add possibility to use custom utils.get_username_from_request function (#122) 2018-05-29 10:32:08 -04:00
travis_settings.py Feature update Python and Django versions (#126) 2019-01-29 07:50:02 -05:00
urls.py Update regex for 'unblock_username_view'. (#100) 2017-08-31 11:12:14 -04:00
utils.py Add possibility to use custom utils.get_username_from_request function (#122) 2018-05-29 10:32:08 -04:00
views.py replace django.core.urlresolvers with django.urls to appeace Django2.… (#106) 2017-12-11 13:52:50 -05:00