Merge pull request 'gi' (#69) from behruz into main
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 1m55s
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 1m55s
Reviewed-on: #69
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user