Explorar o código

Revert settings change done by mistake in 75eab056f09aef5b3440b1d1ea4c04cfb40414e0

Thibaud Colas %!s(int64=3) %!d(string=hai) anos
pai
achega
5b15666cef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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',
     },
 }