Commit 956ad5a7 authored by Mario Chirinos's avatar Mario Chirinos

update.sh

parent 2bab6167
...@@ -70,8 +70,8 @@ class Command(BaseCommand): ...@@ -70,8 +70,8 @@ class Command(BaseCommand):
newPublisher.url=cfgfile["url"] newPublisher.url=cfgfile["url"]
newPublisher.type="texto" newPublisher.type="texto"
newPublisher.save() newPublisher.save()
continue publisher = Publisher.objects.all().filter(shortName=p)
# 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