Thanks for the tips.... So, ForeignKey links the objects to each other so, if I has in the player class an entry like:
stat = ForeignKey(pstat) then all I need to do is access player.stat.assists to get a player's number of assists?
Thanks for the tips.... So, ForeignKey links the objects to each other so, if I has in the player class an entry like:
stat = ForeignKey(pstat) then all I need to do is access player.stat.assists to get a player's number of assists?