From 4f6cbe9297a5c73d3810da30ba35a1881a6f984d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80=20=D0=93=D0=BB=D0=B0?= =?UTF-8?q?=D0=B4=D0=BA=D0=B8=D1=85?= Date: Wed, 13 Nov 2019 15:13:47 +0300 Subject: [PATCH] Fix --- apps/product/management/commands/add_product_tag.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/product/management/commands/add_product_tag.py b/apps/product/management/commands/add_product_tag.py index 97a01376..eddfd707 100644 --- a/apps/product/management/commands/add_product_tag.py +++ b/apps/product/management/commands/add_product_tag.py @@ -114,7 +114,7 @@ class Command(BaseCommand): def handle(self, *args, **kwargs): - # self.add_category_tag() - # self.add_tag() - # self.check_tag() + self.add_category_tag() + self.add_tag() + self.check_tag() self.add_product_tag()