- Restructure table models
- Remove React/Next.js frontend (in favor of HTMX)
This commit is contained in:
2025-08-24 20:25:24 +02:00
parent 648448ebdc
commit 49c813778b
98 changed files with 248 additions and 10042 deletions
+3
View File
@@ -1,3 +1,6 @@
"""
Custom validation schema
"""
from sqlmodel import SQLModel
from typing import Optional