Re: Unable to export images from django model to the excel sheet

2020-07-04 Thread Adam Johnson
Hi! I think you've found the wrong mailing list for this post. This mailing list is for discussing the development of Django itself, not for support using Django. This means the discussions of bugs and features in Django itself, rather than in your code using it. People on this list are unlikely t

Unable to export images from django model to the excel sheet

2020-07-04 Thread Ashutosh Mishra
I am creating an api to export image from django model to the excel sheet.But unable to do that,while doing that geeting only the root path of images.Please help it's uergent. models.py class Task(models.Model): Id=models.IntegerField() Name=models.CharField(max_length=50,null=False,bla