[Django]-Django-axes installed, but axes.middleware module not available

7👍

As of 2.0.0, django-axes has default_app_config so you can just use axes in INSTALLED_APPS without installing middleware. Hence, delete the relevant MIDDLEWARE_CLASSES line in settings.py

👤Escher

Leave a comment