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

Reviewed-on: #69
This commit is contained in:
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,