mirror of
https://git.v0id.ovh/n3wt-innov/n3wt-school.git
synced 2026-01-28 23:43:22 +00:00
refactor: Utilisation d'une application "Common" pour tous les modèles
de référence
This commit is contained in:
@ -7,7 +7,8 @@ from rest_framework import status
|
||||
from .models import Establishment
|
||||
from .serializers import EstablishmentSerializer
|
||||
from N3wtSchool.bdd import delete_object, getAllObjects
|
||||
from School.models import Competency, EstablishmentCompetency
|
||||
from School.models import EstablishmentCompetency
|
||||
from Common.models import Competency
|
||||
from django.db.models import Q
|
||||
|
||||
@method_decorator(csrf_protect, name='dispatch')
|
||||
|
||||
Reference in New Issue
Block a user