1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-24 15:29:36 +02:00
AdventureLog/backend/server/adventures
2025-01-17 18:22:03 -05:00
..
management Fix scheduler 2024-08-21 10:06:09 -04:00
migrations feat: add primary image functionality to AdventureImage model and update related components 2025-01-02 23:25:58 -05:00
utils feat: implement pagination, add activity types and stats views; update category management and localization 2025-01-17 16:50:01 -05:00
views fix: improve error handling for Overpass API connection failures 2025-01-17 18:22:03 -05:00
__init__.py migration to new backend 2024-07-08 11:44:39 -04:00
admin.py feat: add VisitedCity model and serializer, update admin interface, and enhance city visit tracking functionality 2025-01-09 12:38:29 -05:00
apps.py Add Liechtenstein 2024-08-21 18:56:51 -04:00
middleware.py fix: enhance middleware to set HTTP_X_FORWARDED_PROTO and secure proxy SSL header 2025-01-13 19:21:35 -05:00
models.py feat: add primary image functionality to AdventureImage model and update related components 2025-01-02 23:25:58 -05:00
permissions.py feat: implement pagination, add activity types and stats views; update category management and localization 2025-01-17 16:50:01 -05:00
serializers.py refactor: update AdventureSerializer to handle visits data more gracefully and remove visits from request body in AdventureCard 2025-01-03 09:53:23 -05:00
tests.py migration to new backend 2024-07-08 11:44:39 -04:00
urls.py feat: implement pagination, add activity types and stats views; update category management and localization 2025-01-17 16:50:01 -05:00
views.py feat: implement pagination, add activity types and stats views; update category management and localization 2025-01-17 16:50:01 -05:00