Commit fe2e09c2 authored by Mario Chirinos Colunga's avatar Mario Chirinos Colunga 💬

findproducts

parent 1624fea9
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
import sys import sys
from django.core.management.base import BaseCommand, CommandError
from catalog.models import Product_l1c, Product_l2a from catalog.models import Product_l1c, Product_l2a
sys.path.append('../') sys.path.append('../')
......
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