|
@@ -162,6 +162,9 @@ STATIC_URL = '/static/'
|
|
|
MEDIA_ROOT = os.path.join(BASE_DIR, 'media')
|
|
|
MEDIA_URL = '/media/'
|
|
|
|
|
|
+# Override in local settings or replace with your own key. Please don't use our demo key in production!
|
|
|
+GOOGLE_MAP_API_KEY = 'AIzaSyD31CT9P9KxvNUJOwDq2kcFEIG8ADgaFgw'
|
|
|
+
|
|
|
# Use Elasticsearch as the search backend for extra performance and better search results
|
|
|
WAGTAILSEARCH_BACKENDS = {
|
|
|
'default': {
|
|
@@ -170,7 +173,5 @@ WAGTAILSEARCH_BACKENDS = {
|
|
|
},
|
|
|
}
|
|
|
|
|
|
-
|
|
|
# Wagtail settings
|
|
|
-
|
|
|
WAGTAIL_SITE_NAME = "bakerydemo"
|