Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
And what is the difficulty?:
class Product(models.Model):
...
class ProductPhoto(models.Model):
product = models.ForeignKey(Product)
photo = models.ImageField()
...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question