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

@@ -124,6 +124,7 @@ class Contact_Base(BaseModel):
class Config:
underscore_attrs_are_private = True
allow_population_by_field_name = True
fields = base_fields
#Contact_Base.update_forward_refs()