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 simplifi

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). My

ImportError: no module named polls

2016-01-25 Thread moon jo
Using django 1.6.10 I finished the polls tutorial and tried to create my own project. I tried to runserver and it gives me the import error. But it's a blank project, haven't added anything in the settings. When I do import settings form django.conf and print settings.INSTALLED_APPS, it prints th