mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
Remove reference to axes.log in README.
Since the custom logfile "axes.log" was removed in commit ef3f75e, the
README should no longer reference it.
This commit is contained in:
parent
d075f8174e
commit
4ca640d27f
1 changed files with 1 additions and 4 deletions
|
|
@ -135,10 +135,7 @@ Usage
|
|||
|
||||
Using ``django-axes`` is extremely simple. Once you install the application
|
||||
and the middleware, all you need to do is periodically check the Access
|
||||
Attempts section of the admin. A log file is also created for you to keep
|
||||
track of the events surrounding failed login attempts. This log file can be
|
||||
found in your Django project directory, by the name of ``axes.log``. In the
|
||||
future I plan on offering a way to customize options for logging a bit more.
|
||||
Attempts section of the admin.
|
||||
|
||||
By default, django-axes will lock out repeated attempts from the same IP
|
||||
address. You can allow this IP to attempt again by deleting the relevant
|
||||
|
|
|
|||
Loading…
Reference in a new issue