Add hashtag as a field for conference
This commit is contained in:
parent
cf4508719a
commit
d1d7079056
|
@ -39,6 +39,7 @@ class Conference:
|
||||||
hackathon: bool | None = None
|
hackathon: bool | None = None
|
||||||
ticket_type: str | None = None
|
ticket_type: str | None = None
|
||||||
attendees: int | None = None
|
attendees: int | None = None
|
||||||
|
hashtag: str | None = None
|
||||||
|
|
||||||
@property
|
@property
|
||||||
def display_name(self) -> str:
|
def display_name(self) -> str:
|
||||||
|
|
Loading…
Reference in a new issue