mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Update
This commit is contained in:
parent
4fa6c2c35a
commit
d0be3bcbef
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
Django Axes
|
||||
===========
|
||||
|
||||
.. image:: https://secure.travis-ci.org/django-security/django-axes.png?branch=master
|
||||
.. image:: https://secure.travis-ci.org/django-pci/django-axes.png?branch=master
|
||||
:alt: Build Status
|
||||
:target: http://travis-ci.org/django-security/django-axes
|
||||
:target: http://travis-ci.org/django-pci/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
|
||||
|
|
@ -38,7 +38,7 @@ You can install the latest stable package running this command::
|
|||
|
||||
Also you can install the development version running this command::
|
||||
|
||||
$ pip install -e git+http://github.com/django-security/django-axes.git#egg=django_axes-dev
|
||||
$ pip install -e git+http://github.com/django-pci/django-axes.git#egg=django_axes-dev
|
||||
|
||||
Setuptools
|
||||
----------
|
||||
|
|
|
|||
Loading…
Reference in a new issue