Codestyle
This commit is contained in:
parent
c570cfdadd
commit
5a55fa82a2
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
Loading…
Reference in New Issue
Block a user