Check serial number command

This commit is contained in:
Виктор Гладких 2019-11-21 15:22:43 +03:00
parent a2087213a4
commit 5236bca874

View File

@ -1,8 +1,5 @@
from django.core.management.base import BaseCommand from django.core.management.base import BaseCommand
from django.db import connections
from establishment.management.commands.add_position import namedtuplefetchall
from tag.models import Tag, TagCategory from tag.models import Tag, TagCategory
from product.models import Product, ProductType
from tqdm import tqdm from tqdm import tqdm