1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-29 17:59:36 +02:00

Refactor recommendations feature: add RecommendationsViewSet, update routing, and remove OverpassViewSet

This commit is contained in:
Sean Morley 2025-05-24 18:00:05 -04:00
parent 68ba3c4b4d
commit ce9faa28f8
7 changed files with 260 additions and 230 deletions

View file

@ -7,10 +7,10 @@ from .collection_view import *
from .generate_description_view import *
from .ics_calendar_view import *
from .note_view import *
from .overpass_view import *
from .reverse_geocode_view import *
from .stats_view import *
from .transportation_view import *
from .global_search_view import *
from .attachment_view import *
from .lodging_view import *
from .lodging_view import *
from .recommendations_view import *