gi #69

Merged
xoliqberdiyev merged 1 commits from behruz into main 2026-04-20 10:33:56 +00:00

View File

@@ -123,7 +123,7 @@ class Command(BaseCommand):
if not DistrictModel.objects.filter(id=district_id).exists():
continue
NeighborhoodModel.objects.update_or_create(
VillageModel.objects.update_or_create(
id=item['id'],
defaults={
'district_id': district_id,