diff --git a/apps/establishment/management/commands/add_establishment_description.py b/apps/establishment/management/commands/add_establishment_description.py index 1748d81d..00c300f8 100644 --- a/apps/establishment/management/commands/add_establishment_description.py +++ b/apps/establishment/management/commands/add_establishment_description.py @@ -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.'))