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()