Commit 07c635ee authored by Mario Chirinos's avatar Mario Chirinos

bulk upload

parent a94919ef
...@@ -49,6 +49,7 @@ class Command(BaseCommand): ...@@ -49,6 +49,7 @@ class Command(BaseCommand):
publisher = Publisher.objects.filter(shortName=p)[0] publisher = Publisher.objects.filter(shortName=p)[0]
else: else:
print("settings.json not found") print("settings.json not found")
continue
else: else:
publisher=publisher[0] publisher=publisher[0]
......
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