2 Commits

Author SHA1 Message Date
b4a3243e9c 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
2026-04-20 10:33:56 +00:00
xoliqberdiyev
63359e69f7 gi 2026-04-20 15:33:04 +05: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,