2013-03-31 12:27:08 +00:00
|
|
|
Django Axes
|
|
|
|
|
===========
|
|
|
|
|
|
2016-07-30 14:14:30 +00:00
|
|
|
.. image:: https://jazzband.co/static/img/badge.svg
|
|
|
|
|
:target: https://jazzband.co/
|
|
|
|
|
:alt: Jazzband
|
|
|
|
|
|
2016-10-27 17:13:02 +00:00
|
|
|
.. image:: https://secure.travis-ci.org/jazzband/django-axes.svg?branch=master
|
2016-07-30 15:50:55 +00:00
|
|
|
:target: http://travis-ci.org/jazzband/django-axes
|
|
|
|
|
:alt: Build Status
|
|
|
|
|
|
|
|
|
|
.. image:: https://coveralls.io/repos/github/jazzband/django-axes/badge.svg?branch=master
|
|
|
|
|
:target: https://coveralls.io/github/jazzband/django-axes?branch=master
|
|
|
|
|
:alt: Coveralls
|
|
|
|
|
|
2013-03-31 12:27:08 +00:00
|
|
|
|
2010-10-01 21:41:38 +00:00
|
|
|
``django-axes`` is a very simple way for you to keep track of failed login
|
2016-06-24 16:55:13 +00:00
|
|
|
attempts, both for the Django admin and for the rest of your site. The name is
|
2010-10-01 21:41:38 +00:00
|
|
|
sort of a geeky pun, since ``axes`` can be read interpreted as:
|
2008-12-06 10:09:34 +00:00
|
|
|
|
2013-11-08 00:08:16 +00:00
|
|
|
* "access", as in monitoring access attempts
|
2016-06-24 16:55:13 +00:00
|
|
|
* "axes", as in tools you can use hack (generally on wood). In this case,
|
2013-11-08 00:08:16 +00:00
|
|
|
however, the "hacking" part of it can be taken a bit further: ``django-axes``
|
|
|
|
|
is intended to help you *stop* people from hacking (popular media
|
2016-06-24 16:55:13 +00:00
|
|
|
definition) your website. Hilarious, right? That's what I thought too!
|
2013-11-08 00:08:16 +00:00
|
|
|
|
2008-11-05 22:52:40 +00:00
|
|
|
|
2016-07-30 15:05:13 +00:00
|
|
|
For more information see the documentation at:
|
|
|
|
|
|
|
|
|
|
https://django-axes.readthedocs.io/
|
|
|
|
|
|
|
|
|
|
If you have questions or have trouble using the app please file a bug report
|
|
|
|
|
at:
|
|
|
|
|
|
|
|
|
|
https://github.com/jazzband/django-axes/issues
|