Added page routes and related methods and updated model. Also general clean up.

This commit is contained in:
Scott Idem
2021-08-20 12:53:21 -04:00
parent 09891b5d83
commit 5bed9aadb4
10 changed files with 209 additions and 16 deletions

View File

@@ -165,6 +165,4 @@ class Person_Base(BaseModel):
allow_population_by_field_name = True
fields = base_fields
#from .supporting_core_models import Address_Base, Contact_Base, Organization_Base, User_Base
Person_Base.update_forward_refs()