Commit 58203ce3 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

findproducts

parent 6c41acab
......@@ -26,7 +26,8 @@ class Command(BaseCommand):
print products
pl1c = Product_l1c.objects.all().filter(uuid__in=products)
print pl1c
pl2a = Product_l1c.objects.all().filter(identifier__in=pl1c)
pl2a = Product_l2a.objects.all().filter(prod_l1c__in=pl1c)
print pl2a
fileList = [ p.file_path for p in pl2a]
print fileList
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment