I have got 2 tables with the same fields:
class Post(models.Model): title = models.CharField(max_length=100) content = models.TextField() date_pos