|
@ -10,7 +10,7 @@ from rest_framework.response import Response |
|
|
from rest_framework.views import APIView |
|
|
from rest_framework.views import APIView |
|
|
|
|
|
|
|
|
from ..exceptions import RelationTypesValidationError |
|
|
from ..exceptions import RelationTypesValidationError |
|
|
from ..models import RelationTypes, Project |
|
|
|
|
|
|
|
|
from ..models import Project, RelationTypes |
|
|
from ..permissions import IsInProjectReadOnlyOrAdmin, IsProjectAdmin |
|
|
from ..permissions import IsInProjectReadOnlyOrAdmin, IsProjectAdmin |
|
|
from ..serializers import RelationTypesSerializer |
|
|
from ..serializers import RelationTypesSerializer |
|
|
|
|
|
|
|
|