fixes addtestdata, working on vectorized database search
This commit is contained in:
@@ -70,7 +70,10 @@ class Command(BaseCommand):
|
||||
# TODO: apply automatic tags from tag list
|
||||
# TODO: write image to S3 storage
|
||||
# create instance
|
||||
product = ProductFactory(name=name, description=description)
|
||||
product = ProductFactory(
|
||||
company=company,
|
||||
name=name,
|
||||
description=description)
|
||||
|
||||
# get image
|
||||
response = requests.get(self.logo_url, stream=True)
|
||||
|
||||
Reference in New Issue
Block a user