@ -71,8 +71,6 @@ class ViewSet( ModelViewSet ):
|
||||
|
||||
model = Organization
|
||||
|
||||
documentation: str = ''
|
||||
|
||||
view_description = 'Centurion Organizations'
|
||||
|
||||
def get_serializer_class(self):
|
||||
|
@ -122,8 +122,6 @@ class ViewSet( ModelViewSet ):
|
||||
|
||||
model = Team
|
||||
|
||||
documentation: str = ''
|
||||
|
||||
view_description = 'Teams belonging to a single organization'
|
||||
|
||||
|
||||
|
@ -149,8 +149,6 @@ class ViewSet( ModelViewSet ):
|
||||
|
||||
parent_model_pk_kwarg = 'team_id'
|
||||
|
||||
documentation: str = ''
|
||||
|
||||
view_description = 'Users belonging to a single team'
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user