Codestyle

This commit is contained in:
Виктор Гладких 2019-11-20 15:32:36 +03:00
parent c570cfdadd
commit 5a55fa82a2
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
from django.core.management.base import BaseCommand
from django.db import connections
from establishment.management.commands.add_position import namedtuplefetchall
from django.db.models import Q
from tag.models import Tag, TagCategory
from product.models import Product, ProductType
from tqdm import tqdm

View File

@ -503,4 +503,4 @@ 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
ELASTICSEARCH_DSL_AUTOSYNC = False