tests: Add axes to INSTALLED_APPS to fix tests

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-07-09 21:36:18 -04:00
parent d00aecf360
commit fa6b0f900a
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -31,6 +31,7 @@ DATABASES = {
}
INSTALLED_APPS = [
'axes',
'captcha',
'bootstrapform',
'django.contrib.auth',