django-defender/defender
Eric Buckley 2913b5f38b making urlpatterns a plain list
as of Django 1.8, creating urlpatterns with the
`django.conf.urls.patterns` function became deprecated and will be
removed in 1.10.

https://docs.djangoproject.com/en/1.8/ref/urls/#patterns
2016-04-19 21:09:26 -07:00
..
exampleapp finished working on the defender admin, cleaned some stuff up, added some notes and screenshots 2015-01-28 20:19:16 -05:00
management renamed the file to the correct name 2015-03-24 15:27:57 -04:00
migrations Add support for migrations under South and Django 1.7 2015-01-05 18:40:29 -08:00
south_migrations Add support for migrations under South and Django 1.7 2015-01-05 18:40:29 -08:00
templates updated lockout.html template 2015-01-29 08:15:38 -05:00
__init__.py initial checkin 2014-09-23 17:31:17 -07:00
admin.py fixed issues #15 #35 and #36, added way to clean up access attempt table, as well as an option to not login attempts. Also speed up django admin pages 2015-03-20 10:09:39 -04:00
config.py fixed pep8 issues 2015-10-21 16:44:12 -04:00
connection.py cleaned up some landscape.io warnings 2015-03-20 11:09:45 -04:00
data.py Add Celery option for writing to database 2015-01-03 16:33:51 -05:00
decorators.py Add Celery option for writing to database 2015-01-03 16:33:51 -05:00
middleware.py cleaned up a little remove the ViewDecoratorMiddleware 2015-01-25 22:48:02 -05:00
models.py Adding unicode support for python3 2015-01-05 17:20:24 -08: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 Templates settings as recommended from Django 1.8 2016-02-01 19:05:17 +03:00
test_urls.py Use url method instead of patterns in test URLs setup. 2016-02-01 19:09:59 +03:00
tests.py Fix testing of failed login redirect to URL for Django 1.9. 2016-02-01 19:08:54 +03:00
travis_settings.py Templates settings as recommended from Django 1.8 2016-02-01 19:05:17 +03:00
urls.py making urlpatterns a plain list 2016-04-19 21:09:26 -07:00
utils.py Use render shortcut instead of render_to_response. 2016-02-01 19:09:28 +03:00
views.py Use render shortcut instead of render_to_response. 2016-02-01 19:09:28 +03:00