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 14:12:05 -05:00
..
management fix: add warning for interrupted download-countries command due to memory issues 2025-01-13 14:12:05 -05:00
migrations fix: add insert_id field to City, Country, and Region models 2025-01-13 13:01:36 -05:00
__init__.py migration to new backend 2024-07-08 11:44:39 -04:00
admin.py Enhance admin security by integrating secure_admin_login from AllAuth and updating settings for new dependencies 2024-11-29 17:51:32 -05:00
apps.py migration to new backend 2024-07-08 11:44:39 -04:00
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 migration to new backend 2024-07-08 11:44:39 -04:00
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