From 01a70debaf92959447acf8760e564ddffcbd0796 Mon Sep 17 00:00:00 2001 From: xoliqberdiyev Date: Mon, 20 Apr 2026 15:25:28 +0500 Subject: [PATCH] change file name --- core/apps/shared/management/commands/save_regions.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/apps/shared/management/commands/save_regions.py b/core/apps/shared/management/commands/save_regions.py index 47e6430..4e3f52c 100644 --- a/core/apps/shared/management/commands/save_regions.py +++ b/core/apps/shared/management/commands/save_regions.py @@ -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():