I have 3 models in django ORM like this
class Singer(m.Model): name = m.CharField(max_length=50) class Music(m.Models): singer = m.ForeignField(&