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

6
uv.lock generated
View File

@@ -4,6 +4,7 @@ requires-python = ">=3.13"
[manifest]
members = [
"dashboard",
"db-migrations",
"iotdashboard",
]
@@ -112,6 +113,11 @@ wheels = [
{ url = "https://files.pythonhosted.org/packages/d1/d6/3965ed04c63042e047cb6a3e6ed1a63a35087b6a609aa3a15ed8ac56c221/colorama-0.4.6-py2.py3-none-any.whl", hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6", size = 25335, upload-time = "2022-10-25T02:36:20.889Z" },
]
[[package]]
name = "dashboard"
version = "0.1.0"
source = { virtual = "iotDashboard" }
[[package]]
name = "db-migrations"
version = "0.1.0"