mirror of
https://github.com/jazzband/django-axes.git
synced 2026-05-24 07:03:44 +00:00
Fixed some reStructuredText problems in the README
This commit is contained in:
parent
0e49d282c8
commit
dd53c0217b
1 changed files with 3 additions and 2 deletions
|
|
@ -144,8 +144,9 @@ address. You can allow this IP to attempt again by deleting the relevant
|
|||
|
||||
You can also use the ``reset`` function in ``axes.utils``
|
||||
Run ``manage.py shell`` and then ``from axes.utils import reset``.
|
||||
* ``reset()`` will reset all lockouts and access records.
|
||||
* ``reset(ip)`` will clear lockout/records for ip
|
||||
|
||||
* ``reset()`` will reset all lockouts and access records.
|
||||
* ``reset(ip)`` will clear lockout/records for ip
|
||||
|
||||
``reset`` will print a message to std out if there is nothing to reset,
|
||||
unless called with ``silent = True``
|
||||
|
|
|
|||
Loading…
Reference in a new issue