1
0
Fork 0
mirror of https://github.com/seanmorley15/AdventureLog.git synced 2025-07-31 02:39:38 +02:00

feat: Implement Hotel model with CRUD operations and integrate into views and serializers

This commit is contained in:
Sean Morley 2025-02-03 12:28:42 -05:00
parent da9c2ba80a
commit df60184f23
7 changed files with 451 additions and 6 deletions

View file

@ -12,4 +12,5 @@ from .reverse_geocode_view import *
from .stats_view import *
from .transportation_view import *
from .global_search_view import *
from .attachment_view import *
from .attachment_view import *
from .hotel_view import *