Working on event (meet) and related updates

This commit is contained in:
Scott Idem
2021-06-30 15:47:31 -04:00
parent 830b9ee608
commit 59c151f639
8 changed files with 367 additions and 102 deletions

View File

@@ -123,6 +123,7 @@ class Organization_Base(BaseModel):
class Config:
underscore_attrs_are_private = True
allow_population_by_field_name = True
fields = base_fields
#if TYPE_CHECKING: