Download images on pdf file

18 views
Skip to first unread message

Ashutosh Mishra

unread,
Nov 9, 2020, 7:07:19 AM11/9/20
to Django REST framework
class Photo(models.Model):
image1=models.FileField(blank=True, default="",upload_to="media/images",null=True)
image2=models.FileField(blank=True, default="",upload_to="media/images",null=True)

def __str__(self):
return str(self.image1)

i want to download images from both fields image1 and image2 on a pdf fille,
how can i do this?
can anyone share some knowledge ?
Reply all
Reply to author
Forward
0 new messages