Bulk import students, bulk change course

This commit is contained in:
2025-11-18 22:18:12 +01:00
parent 34eabe6af7
commit edb54e9f6f
8 changed files with 113 additions and 52 deletions

View File

@@ -1,4 +0,0 @@
from ..models.students import Student
def default_password(student: Student) -> str:
return f"{student.name.lower()[0]}{student.surname.lower()}{student.id}"