Student data import implementation: added tables, migration, import script, tests, and documentation.

This commit is contained in:
ijuanes 2026-06-23 19:57:49 +01:00
parent 9662f98169
commit 2959cd5299
19 changed files with 3186 additions and 79 deletions

8
uv.lock generated Normal file
View file

@ -0,0 +1,8 @@
version = 1
revision = 3
requires-python = ">=3.14"
[[package]]
name = "gestiontablets"
version = "0.1.0"
source = { virtual = "." }