mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-05 12:19:31 +00:00
Workaround Django axes checking settings.MIDDLEWARE
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
45ce2ae08b
commit
7a96922293
@ -47,6 +47,10 @@ INSTALLED_APPS = [
|
||||
'plinth',
|
||||
]
|
||||
|
||||
# XXX: Workaround problem with django-axes 5.0.7 checking for settings in
|
||||
# settings.MIDDLEWARE. This fails on Django version 1.11.
|
||||
MIDDLEWARE = ()
|
||||
|
||||
# These are included here solely to suppress Django warnings
|
||||
# during testing setup
|
||||
MIDDLEWARE_CLASSES = (
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user