def get()

in testrp/testrp/views.py [0:0]


    def get(self, request):
        return Response({
            'is_authenticated': is_authenticated(request.user)
        })