05/07 Phase 3: initial codes

This commit is contained in:
2026-05-07 12:17:19 -04:00
parent 6e5518c103
commit ce462c57b2
107 changed files with 6365 additions and 208 deletions
+1 -1
View File
@@ -111,4 +111,4 @@ def index():
stats=stats,
expiring_soon=expiring_soon,
now=now,
)
)
+1 -1
View File
@@ -68,4 +68,4 @@ def model_to_dict(obj, fields):
result[f] = float(val)
else:
result[f] = val
return result
return result