switched tag field to local TagTreeModel
This commit is contained in:
@@ -131,3 +131,7 @@ class Command(BaseCommand):
|
||||
logging.info(f"Region instances created: {region_counter}")
|
||||
logging.info(f"Province instances created: {province_counter}")
|
||||
logging.info(f"City instances created: {city_counter}")
|
||||
print(f"Country instances created: {country_counter}")
|
||||
print(f"Region instances created: {region_counter}")
|
||||
print(f"Province instances created: {province_counter}")
|
||||
print(f"City instances created: {city_counter}")
|
||||
|
||||
Reference in New Issue
Block a user