Merge branch 'feature/chosen-tags-hardcode' into 'develop'

hardcoded new tags

See merge request gm/gm-backend!97
This commit is contained in:
d.kuzmenko 2019-11-04 11:07:36 +00:00
commit 7c905b2125

View File

@ -494,4 +494,4 @@ FALLBACK_LOCALE = 'en-GB'
# TMP TODO remove it later
# Временный хардкод для демонстрации 4 ноября, потом удалить!
ESTABLISHMENT_CHOSEN_TAGS = ['gastronomic', 'en_vogue', 'terrace', 'streetfood', 'business', 'bar_cocktail', 'brunch', 'pop']
NEWS_CHOSEN_TAGS = ['test']
NEWS_CHOSEN_TAGS = ['eat', 'drink', 'cook', 'style', 'international', 'event', 'partnership']