I have the following models:
class Developer(models.Model): name = models.CharField(max_length=100) class Skill(models.Model): code =