2 Commits

Author SHA1 Message Date
8b97ca53bb 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
2026-04-20 10:37:24 +00:00
xoliqberdiyev
2d64777041 fix 2026-04-20 15:37:06 +05: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