mirror of
https://github.com/Hopiu/xapian-haystack.git
synced 2026-03-16 22:20:31 +00:00
test setting tweaks for django 2.1
This commit is contained in:
parent
bc63eb5e2a
commit
02653af62c
1 changed files with 2 additions and 0 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue