Skip to content

Commit

Permalink
#fix Ignore category for price (#765)
Browse files Browse the repository at this point in the history
* #fix  Ignore category for price

* #fix  Ignore category for price
  • Loading branch information
duker33 authored Mar 12, 2019
1 parent 987327e commit 212b084
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shopelectro/management/commands/price.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ class CategoriesFilter:
# dict keys are url targets for every service
IGNORED_CATEGORIES_MAP = defaultdict(list, {
'GM': ['Усилители звука для слабослышащих'],
'YM': ['Пиротехника'],
# will be ignored by every category
'default': [
'Измерительные приборы', 'Новогодние вращающиеся светодиодные лампы',
Expand Down

0 comments on commit 212b084

Please sign in to comment.