diff --git a/project/settings/base.py b/project/settings/base.py index f4a7e9e9..d0c12501 100644 --- a/project/settings/base.py +++ b/project/settings/base.py @@ -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'] \ No newline at end of file +NEWS_CHOSEN_TAGS = ['eat', 'drink', 'cook', 'style', 'international', 'event', 'partnership'] \ No newline at end of file