disabled elastic

This commit is contained in:
Dmitriy Kuzmenko 2019-11-11 23:16:32 +03:00
parent f4b411e73d
commit 1cd71ad830
2 changed files with 4 additions and 3 deletions

View File

@ -21,6 +21,7 @@ class Command(BaseCommand):
MAPPER = {
RESTAURANT: EstablishmentType.RESTAURANT,
WINEYARD: EstablishmentType.PRODUCER,
SHOP: EstablishmentType.ARTISAN
}
mapper_values_meta = legacy.KeyValueMetadatumKeyValueMetadatumEstablishments.objects.all()

View File

@ -66,7 +66,7 @@ PROJECT_APPS = [
'partner.apps.PartnerConfig',
'product.apps.ProductConfig',
'recipe.apps.RecipeConfig',
'search_indexes.apps.SearchIndexesConfig',
# 'search_indexes.apps.SearchIndexesConfig',
'translation.apps.TranslationConfig',
'configuration.apps.ConfigurationConfig',
'timetable.apps.TimetableConfig',
@ -79,8 +79,8 @@ PROJECT_APPS = [
EXTERNAL_APPS = [
'corsheaders',
'django_elasticsearch_dsl',
'django_elasticsearch_dsl_drf',
# 'django_elasticsearch_dsl',
# 'django_elasticsearch_dsl_drf',
'django_filters',
'drf_yasg',
'fcm_django',