diff --git a/plinth/tests/data/django_test_settings.py b/plinth/tests/data/django_test_settings.py index 14e074b15..7ae221dde 100644 --- a/plinth/tests/data/django_test_settings.py +++ b/plinth/tests/data/django_test_settings.py @@ -31,6 +31,7 @@ DATABASES = { } INSTALLED_APPS = [ + 'axes', 'captcha', 'bootstrapform', 'django.contrib.auth',