In my posgresql I have a model "words":
class Words(models.Model): word = models.CharField(db_index=True, max_length=50) lesson = models.Foreign