Hi all, I am a noob and I am trying to set up a django project. I need some help to model everything.
Essentially I am building up a soccer player's catalog. What I have is a generic player that own informations like name, surname, nationality, age and so on. Furthermore every player has also information like teams history, injuries history, transfers, and others. So I have created an app called "players" in wich I will create a model called "player" in which I will map basic information about players (name, surname, age and so on). My question is: how can I map the other informations? Should I have to create another model called "teams_history" in which I map information like season, date, team, price and so on? and after, how can I connect players with "teams history" information? thanks very much -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-/csEfsuLT7iIJ. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.