Merge pull request 'fix' (#70) from behruz into main
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 1m56s

Reviewed-on: #70
This commit is contained in:
2026-04-20 10:37:24 +00:00

View File

@@ -127,7 +127,7 @@ class Command(BaseCommand):
id=item['id'],
defaults={
'district_id': district_id,
'name_uz': name_uz,
'name': name_uz,
}
)
count += 1