fix add_establishment_description

This commit is contained in:
alex 2019-11-01 14:14:16 +03:00
parent 0fc951696c
commit 84cefefa0b

View File

@ -26,6 +26,5 @@ class Command(BaseCommand):
establishment.description = description
establishment.save()
count += 1
break
self.stdout.write(self.style.WARNING(f'Updated {count} objects.'))