mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-04-05 12:41:27 +00:00
fix: coorection démarrage
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user