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

@ -11,11 +11,10 @@ from .models import (
PaymentMode,
EstablishmentCompetency,
Competency,
Evaluation,
StudentEvaluation
Evaluation
)
from Auth.models import Profile, ProfileRole
from Subscriptions.models import Student
from Subscriptions.models import Student, StudentEvaluation
from Establishment.models import Establishment
from Auth.serializers import ProfileRoleSerializer
from N3wtSchool import settings