Fix configuration list

This commit is contained in:
Aleksi Häkli 2019-05-26 17:34:12 +03:00
parent 5ab820db6a
commit 67098c4669
No known key found for this signature in database
GPG key ID: 3E7146964D726BBE

View file

@ -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``