I have got 2 tables in my models:
class Post(models.Model): title = models.CharField(max_length=100) content = HTMLField() class PostImage(models.Mod