mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-29 07:53:23 +00:00
feat: Sauvegarde des compétences d'un élève [#16]
This commit is contained in:
@ -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):
|
||||
|
||||
Reference in New Issue
Block a user