1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00
AdventureLog/backend/server/worldtravel
2025-01-13 17:07:52 -05:00
..
management fix: replace psutil with tqdm for progress tracking in country download command 2025-01-13 17:07:52 -05:00
migrations fix: add insert_id field to City, Country, and Region models 2025-01-13 13:01:36 -05:00
__init__.py
admin.py
apps.py
models.py fix: add insert_id field to City, Country, and Region models 2025-01-13 13:01:36 -05:00
serializers.py feat: add num_cities field to RegionSerializer, update RegionCard to display city count, and enhance CSRF token handling 2025-01-09 14:58:45 -05:00
tests.py
urls.py feat: add VisitedCity model and serializer, update admin interface, and enhance city visit tracking functionality 2025-01-09 12:38:29 -05:00
views.py feat: enhance city and region visit tracking, update AdventureModal and serializers for improved data handling 2025-01-09 19:40:23 -05:00