mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-26 09:34:50 +00:00
Search: Database backend is now default for tests
This commit is contained in:
parent
8d353032c0
commit
46304a31b3
1 changed files with 3 additions and 0 deletions
|
|
@ -67,6 +67,9 @@ if not settings.configured:
|
|||
],
|
||||
WAGTAILSEARCH_BACKENDS = {
|
||||
'default': {
|
||||
'BACKEND': 'wagtail.wagtailsearch.backends.db.DBSearch',
|
||||
},
|
||||
'elasticsearch': {
|
||||
'BACKEND': 'wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch',
|
||||
'RUN_TESTS': True,
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue