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

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