1๐
โ
-
If you are having a poker tournament, you would want a historical record of each tournament, so you would need an unique record for each tournament that happens. Otherwise, you would be mixing old tournaments with new, joining and unjoining player records from them all the time, etcโฆ
-
Yes, you can set
default
as akwarg
in the Django models.py for each field, or use aninit
argument for User form data to pre-populate tournament forms for new tournaments based off the prior form they filled out.
๐คAaron Lelevier
Source:stackexchange.com