mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Fix configuration list
This commit is contained in:
parent
5ab820db6a
commit
67098c4669
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ The following ``settings.py`` options are available for customizing Axes behavio
|
|||
context variables.
|
||||
Default: ``None``
|
||||
* ``AXES_LOCKOUT_URL``: If set, specifies a URL to redirect to on lockout. If both
|
||||
``AXES_LOCKOUT_TEMPLATE`` and ``AXES_LOCKOUT_URL`` are set, the template will be used.
|
||||
``AXES_LOCKOUT_TEMPLATE`` and ``AXES_LOCKOUT_URL`` are set, the template will be used.
|
||||
Default: ``None``
|
||||
* ``AXES_VERBOSE``: If ``True``, you'll see slightly more logging for Axes.
|
||||
Default: ``True``
|
||||
|
|
|
|||
Loading…
Reference in a new issue