test setting tweaks for django 2.1

This commit is contained in:
Alejandro R. Sedeño 2019-01-14 17:56:16 -05:00 committed by Jorge Leitao
parent bc63eb5e2a
commit 02653af62c

View file

@ -2,6 +2,8 @@ import os
from .settings import *
INSTALLED_APPS = [
'django.contrib.auth',
'django.contrib.admin',
'django.contrib.contenttypes',
'test_haystack.core',
'test_haystack.xapian_tests',