Now wish more cfg_json

This commit is contained in:
Scott Idem
2024-03-04 13:44:50 -05:00
parent 12af90bacc
commit ed83742cf8
2 changed files with 6 additions and 0 deletions

View File

@@ -83,6 +83,8 @@ class Site_Base(BaseModel):
google_tracking_id: Optional[str] # In use 2022-07-19
cfg_json: Optional[Union[Json, None]] # In use 2024-03-04
notes: Optional[str]
created_on: Optional[datetime.datetime] = None
updated_on: Optional[datetime.datetime] = None