mirror of
https://github.com/jazzband/django-axes.git
synced 2026-03-16 22:30:23 +00:00
update testconfig: use AxesStandaloneBackend
This commit is contained in:
parent
5590419f81
commit
556b56a84b
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ MIDDLEWARE = [
|
|||
]
|
||||
|
||||
AUTHENTICATION_BACKENDS = [
|
||||
"axes.backends.AxesBackend",
|
||||
"axes.backends.AxesStandaloneBackend",
|
||||
"django.contrib.auth.backends.ModelBackend",
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue