In django rest framework when create a custom viewsets.ViewSet can we apply a custom decorator on a specific function in that ViewSet?
class UserViewSet(views