Moving stuff around to make it more easy to manage. Adding models, methods, and routes.
This commit is contained in:
@@ -99,6 +99,9 @@ class Event_Base(BaseModel):
|
||||
created_on: Optional[datetime.datetime] = None
|
||||
updated_on: Optional[datetime.datetime] = None
|
||||
|
||||
# Including JSON data
|
||||
event_session_proposal_questions: Optional[Json] # list of dicts (custom for client) for event_session proposals
|
||||
|
||||
# Including other related objects
|
||||
address_location: Optional[Address_Base]
|
||||
contact_1: Optional[Contact_Base]
|
||||
|
||||
Reference in New Issue
Block a user