fix add_establishment_description
This commit is contained in:
parent
0fc951696c
commit
84cefefa0b
|
|
@ -26,6 +26,5 @@ class Command(BaseCommand):
|
||||||
establishment.description = description
|
establishment.description = description
|
||||||
establishment.save()
|
establishment.save()
|
||||||
count += 1
|
count += 1
|
||||||
break
|
|
||||||
|
|
||||||
self.stdout.write(self.style.WARNING(f'Updated {count} objects.'))
|
self.stdout.write(self.style.WARNING(f'Updated {count} objects.'))
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user