1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-23 06:49:37 +02:00
AdventureLog/backend/server/worldtravel
2025-05-27 10:12:33 -04:00
..
management Enhance download-countries command with temporary SQLite database for efficient data processing; add batch size argument for improved performance and memory management. 2025-05-27 10:12:33 -04: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 country name to Region serializer and update RegionCard component 2025-03-17 14:23:10 -04: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