fix(settings): Add missing attribute view_description
to app settings viewset
ref: #518
This commit is contained in:
@ -67,6 +67,8 @@ class ViewSet(ModelRetrieveUpdateViewSet):
|
||||
# 'software',
|
||||
# ]
|
||||
|
||||
view_description = 'Centurion Settings'
|
||||
|
||||
|
||||
def get_serializer_class(self):
|
||||
|
||||
|
Reference in New Issue
Block a user