2 Commits

Author SHA1 Message Date
91bbb6b6e5 Merge pull request 'change file name' (#67) from behruz into main
All checks were successful
Deploy to Production / build-and-deploy (push) Successful in 1m56s
Reviewed-on: #67
2026-04-20 10:25:44 +00:00
xoliqberdiyev
01a70debaf change file name 2026-04-20 15:25:28 +05:00

View File

@@ -56,9 +56,9 @@ class Command(BaseCommand):
def handle(self, *args, **options):
path = options['path']
regions_file = os.path.join(path, 'regions.json')
districts_file = os.path.join(path, 'districts.json')
villages_file = os.path.join(path, 'villages.json')
regions_file = os.path.join(path, 'region.json')
districts_file = os.path.join(path, 'district.json')
villages_file = os.path.join(path, 'village.json')
try:
with transaction.atomic():