I have a model of image with them name in Django. my model:
class images(models.Model): name = models.CharField(max_length=150) image = models.ImageFi