In seed_games(), we pick an arbitrary GameSet for the newly-created Games, which can then be changed in the UI. Ideally, this should be settable for a Tournament, so that, for example, tournaments in France can pick the French set while tournaments in North America can pick the North American set by default.
So that means a new (optional?) ForeignKey attribute in the Tournament model.
In seed_games(), we pick an arbitrary GameSet for the newly-created Games, which can then be changed in the UI. Ideally, this should be settable for a Tournament, so that, for example, tournaments in France can pick the French set while tournaments in North America can pick the North American set by default.
So that means a new (optional?) ForeignKey attribute in the Tournament model.