Fix ELASTICSEARCH_DSL_AUTOSYNCOC

This commit is contained in:
Виктор Гладких 2019-11-21 11:16:02 +03:00
parent bebdf1e269
commit 98468f2604
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -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",