diff --git a/project/settings/base.py b/project/settings/base.py index 0a20bdeb..4299c379 100644 --- a/project/settings/base.py +++ b/project/settings/base.py @@ -503,4 +503,3 @@ ESTABLISHMENT_CHOSEN_TAGS = ['gastronomic', 'en_vogue', 'terrace', 'streetfood', NEWS_CHOSEN_TAGS = ['eat', 'drink', 'cook', 'style', 'international', 'event', 'partnership'] INTERNATIONAL_COUNTRY_CODES = ['www', 'main', 'next'] -# ELASTICSEARCH_DSL_AUTOSYNC = False diff --git a/project/settings/development.py b/project/settings/development.py index 669bc485..06f1199b 100644 --- a/project/settings/development.py +++ b/project/settings/development.py @@ -33,6 +33,7 @@ ELASTICSEARCH_INDEX_NAMES = { 'search_indexes.documents.product': 'development_product', } +# ELASTICSEARCH_DSL_AUTOSYNC = False sentry_sdk.init( dsn="https://35d9bb789677410ab84a822831c6314f@sentry.io/1729093",