Groups
Groups
Sign in
Groups
Groups
Django REST framework
Conversations
About
Send feedback
Help
Download images on pdf file
18 views
Skip to first unread message
Ashutosh Mishra
unread,
Nov 9, 2020, 7:07:19 AM
11/9/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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