мне нужно отправить ту же информацию через json
это мой класс просмотра
class ContatoreDetailView(LoginRequiredMixin, DetailView):
model = Contatore
def get_context_data(self, object: Contatore=None, **kwargs):
context = super().get_context_data(**kwargs)
context['Letture'] = Letture.objects.all().filter(srf=object.srf)
return context
Мне нужна версия этого представления json, есть ли способ