mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Merge pull request #35 from camilonova/travis-readme
Added status image from travis to readme file
This commit is contained in:
commit
729063fba2
2 changed files with 8 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -3,3 +3,4 @@ django_axes.egg-info
|
|||
build
|
||||
dist
|
||||
.hg
|
||||
.DS_Store
|
||||
|
|
|
|||
|
|
@ -1,3 +1,10 @@
|
|||
Django Axes
|
||||
===========
|
||||
|
||||
.. image:: https://secure.travis-ci.org/codekoala/django-axes.png?branch=master
|
||||
:alt: Build Status
|
||||
:target: http://travis-ci.org/codekoala/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
|
||||
sort of a geeky pun, since ``axes`` can be read interpreted as:
|
||||
|
|
|
|||
Loading…
Reference in a new issue