I need to modify the render_pdf so that it receives the data that is stored in a list, since currently it does not show me any information.
my code is this:
Views.py
class PDFprueba(View):
def get(self,request,*args,**kwargs):
datos =...
asked by
18.12.2018 / 23:32