Relative Content

Tag Archive for djangodjango-rest-framework

how to autogenerate context for APIView methods

I need to write my own APIView class which overrides drf’s APIView and it will have autogenerated self.context which I can pass into serializer.
For example
`class SomeView(APIView):
def post(self, request):