kopia lustrzana https://github.com/wagtail/wagtail
Added ElasticSearch configuration to tests
rodzic
057701bba9
commit
8f3b846e6c
|
|
@ -61,7 +61,13 @@ if not settings.configured:
|
|||
'wagtail.wagtailembeds',
|
||||
'wagtail.wagtailsearch',
|
||||
'wagtail.wagtailredirects',
|
||||
]
|
||||
],
|
||||
WAGTAILSEARCH_BACKENDS = {
|
||||
'default': {
|
||||
'BACKEND': 'wagtail.wagtailsearch.backends.elasticsearch.ElasticSearch',
|
||||
'RUN_TESTS': True,
|
||||
}
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue