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:
parent
da9c2ba80a
commit
df60184f23
7 changed files with 451 additions and 6 deletions
|
@ -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 *
|
Loading…
Add table
Add a link
Reference in a new issue