fix: coorection démarrage

This commit is contained in:
N3WT DE COMPET
2026-04-04 10:49:35 +02:00
parent 3a132ae0bd
commit 2579af9b8b
4 changed files with 26 additions and 27 deletions

View File

@ -17,8 +17,7 @@ from .models import (
PaymentMode,
EstablishmentCompetency,
Competency,
Evaluation,
StudentEvaluation
Evaluation
)
from .serializers import (
TeacherSerializer,
@ -38,7 +37,7 @@ from Common.models import Domain, Category
from N3wtSchool.bdd import delete_object, getAllObjects, getObject
from django.db.models import Q
from collections import defaultdict
from Subscriptions.models import Student, StudentCompetency
from Subscriptions.models import Student, StudentCompetency, StudentEvaluation
from Subscriptions.util import getCurrentSchoolYear
import logging
from N3wtSchool.mailManager import sendRegisterForm, sendRegisterTeacher