Removed unused files, updated templates, added gpt service and small fixes on Django

This commit is contained in:
2025-11-03 13:02:15 +01:00
parent 96e2377073
commit 212b8d39a9
25 changed files with 861 additions and 492 deletions

View File

@@ -23,4 +23,6 @@ dev = [
[tool.uv.workspace]
members = [
"db_migrations",
"iotDashboard",
"services/gpt_service",
]