I have the following models. There are Stops in Cities. There are Connections between Stops.
class City(models.Model): pass class Stop(mode