ソースを参照

Revert settings change done by mistake in 75eab056f09aef5b3440b1d1ea4c04cfb40414e0

Thibaud Colas 2 年 前
コミット
5b15666cef
1 ファイル変更1 行追加1 行削除
  1. 1 1
      bakerydemo/settings/base.py

+ 1 - 1
bakerydemo/settings/base.py

@@ -178,7 +178,7 @@ GOOGLE_MAP_API_KEY = 'AIzaSyD31CT9P9KxvNUJOwDq2kcFEIG8ADgaFgw'
 # Use Elasticsearch as the search backend for extra performance and better search results
 WAGTAILSEARCH_BACKENDS = {
     'default': {
-        'BACKEND': 'wagtail.search.backends.db',
+        'BACKEND': 'wagtail.search.backends.database',
         'INDEX': 'bakerydemo',
     },
 }