mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Added documentation link
This commit is contained in:
parent
21e433dd68
commit
7dfe23d43d
1 changed files with 12 additions and 2 deletions
14
README.rst
14
README.rst
|
|
@ -1,9 +1,9 @@
|
|||
Django Axes
|
||||
===========
|
||||
|
||||
.. image:: https://secure.travis-ci.org/django-pci/django-axes.png?branch=master
|
||||
.. image:: https://secure.travis-ci.org/jazzband/django-axes.png?branch=master
|
||||
:alt: Build Status
|
||||
:target: http://travis-ci.org/django-pci/django-axes
|
||||
:target: http://travis-ci.org/jazzband/django-axes
|
||||
|
||||
``django-axes`` is a very simple way for you to keep track of failed login
|
||||
attempts, both for the Django admin and for the rest of your site. The name is
|
||||
|
|
@ -16,6 +16,16 @@ sort of a geeky pun, since ``axes`` can be read interpreted as:
|
|||
definition) your website. Hilarious, right? That's what I thought too!
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
Requirements
|
||||
============
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue