I want to have two foreign keys to the same model:
class Test(models.model): example1 = models.ForeignKey(Example) example2 = models.ForeignKey(Examp
Just do what the error message tells you to do, and if you're unsure what that means, consult the documentation for related_name.
related_name