I have a small app with players and teams. The models are:
class Player(models.Model): player_name = models.CharField(max_length=200) position = model