Re: Django Baseball Site Model

2013-01-24 Thread David Gomez
What about my model? Is this model good for what I'm planning to do? On Thursday, January 17, 2013 12:34:23 AM UTC-5, Mac wrote: > > You could create another field under Stat called team, and rename the > class stat to "Stint" or "Term" or "Session" ( I can't think of a better > word ) to repres

Re: Django Baseball Site Model

2013-01-16 Thread Mac
You could create another field under Stat called team, and rename the class stat to "Stint" or "Term" or "Session" ( I can't think of a better word ) to represent the stats of the player's "stint" at that team, that year. You may also want to and another field to represent how many times the p

Django Baseball Site Model

2013-01-16 Thread David Gomez
Hi, I would like to make a website about baseball player from an specific country, but I'm stock how to make the model for the player stat. My Current a sample model is like this (The Stat Class is going to be much longer): class PLayer_Bios(models.Model): my_id = models.SlugFi