Re: Model share question

2016-03-31 Thread moon jo
That sounds right. Thank you. On Thursday, March 31, 2016 at 2:19:45 AM UTC-4, Mike Dewhirst wrote: > > On 31/03/2016 8:38 AM, moon jo wrote: > > I'm new to django and have a question regarding model design. > > For practice, I'm working on a web app - a simplified version of imdb > > that

Re: Model share question

2016-03-31 Thread Mike Dewhirst
On 31/03/2016 8:38 AM, moon jo wrote: I'm new to django and have a question regarding model design. For practice, I'm working on a web app - a simplified version of imdb that handles movie and music. I've created 2 apps; Movies and Music. With main models in both having the usual fields (title,

Model share question

2016-03-30 Thread moon jo
I'm new to django and have a question regarding model design. For practice, I'm working on a web app - a simplified version of imdb that handles movie and music. I've created 2 apps; Movies and Music. With main models in both having the usual fields (title, release date, rating, artist/actor).