Bulk import students, bulk change course
This commit is contained in:
@@ -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}"
|
||||
Reference in New Issue
Block a user