someone can help me generate a pdf with django, but I want the pdf to be saved in a server path and not downloaded to the client machine.
I currently have this:
def pdf_export(request,pac_id):
orden = OrdenPaciente.objects.get(id=pac_id)
fi...
asked by
29.10.2018 / 18:23