1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-08-05 05:05:17 +02:00

feat: enhance region visit tracking with improved toast messages, update localization, and modify page titles

This commit is contained in:
Sean Morley 2025-01-09 13:53:16 -05:00
parent 80cec30fda
commit abe870506f
6 changed files with 52 additions and 19 deletions

View file

@ -57,7 +57,7 @@ class Command(BaseCommand):
elif os.path.getsize(countries_json_path) == 0:
self.stdout.write(self.style.ERROR('countries+regions+states.json is empty'))
else:
self.stdout.write(self.style.SUCCESS('countries+regions+states.json already exists'))
self.stdout.write(self.style.SUCCESS('Latest country, region, and state data already downloaded.'))
return
with open(countries_json_path, 'r') as f: