Django - REST Framework Basics
What is the issue with this APIView method?
class SampleView(APIView):
def get(self, request):
return Response('Hello World')