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 *