I\'m starting to work on a small soccer league management website (mostly for learning purposes) and can\'t wrap my mind around a Django models relationship. For simplicity,
as you can see in the docs, for exactly this reason it is possible to specify the foreign model as a string.
team = models.ForeignKey('Team')