feat(access): switch model Team to inheirt from CenturionModel

ref: #789 #791
This commit is contained in:
2025-06-06 11:14:45 +09:30
parent e9a8ad1c48
commit 5186b2f173
7 changed files with 268 additions and 95 deletions

View File

@ -3,6 +3,7 @@ from drf_spectacular.utils import extend_schema, extend_schema_view, OpenApiPara
from access.models.tenant import Tenant as Organization
# THis import only exists so that the migrations can be created
from access.models.team_history import TeamHistory # pylint: disable=W0611:unused-import
from access.models.team_notes import TeamNotes # pylint: disable=W0611:unused-import
from access.serializers.teams import ( # pylint: disable=W0611:unused-import
Team,
TeamModelSerializer,