feat: Sauvegarde des compétences d'un élève [#16]

This commit is contained in:
N3WT DE COMPET
2025-05-20 17:31:50 +02:00
parent c9c7e7715e
commit 05136035ab
19 changed files with 269 additions and 137 deletions

View File

@ -2,7 +2,8 @@ import json
import os
from django.db.models.signals import post_migrate
from django.dispatch import receiver
from Common.models import Domain, Category, Competency, PaymentModeType, PaymentPlanType, Cycle, Level
from Common.models import Domain, Category, PaymentModeType, PaymentPlanType, Cycle, Level
from School.models import Competency
@receiver(post_migrate)
def common_post_migrate(sender, **kwargs):