This commit is contained in:
ferdzo
2024-10-14 16:18:41 +02:00
parent 4f9c7e8feb
commit 175f54e14e
8 changed files with 107 additions and 88 deletions

3
.gitignore vendored
View File

@@ -1,9 +1,10 @@
/iotDashboard/.env
.env
/.idea
db.sqlite3
demo.db
demo.db-shm
demo.db-wal
/iotDashboard/demo1.db
__pycache__/
/__pycache__/
iotDashboard/db_create.py