Hi, any suggestions to download a pdf file
I have the following model where I keep the files:
class Archivo(models.Model):
archivo_pdf = models.BinaryField(null=True, blank=True)
nombre = UCharField(max_length=30, null=True, blank=True...
asked by
21.10.2016 / 00:17