Re: Django and Lynda.com

2016-10-16 Thread James Schneider
On Fri, Oct 14, 2016 at 6:53 PM, Paul Handley wrote: > I figured it out. For some reason the presenter did not add the name of > the app at the end of the makemigrations command. I did exactly like he did > and got the wrong result. When I added the name of the app at

Re: Django and Lynda.com

2016-10-14 Thread Paul Handley
I figured it out. For some reason the presenter did not add the name of the app at the end of the makemigrations command. I did exactly like he did and got the wrong result. When I added the name of the app at the end everything functioned normally. With Jayne.com you are flying blind. There

Re: Django and Lynda.com

2016-10-14 Thread Vineet Kothari
On Oct 14, 2016 10:38 AM, "Gergely Polonkai" wrote: > Hello, > > assuming you created the models.py file and filled it with model classes, > the only thing I can think of is you haven't added your own app to the > INSTALLED_APPS variable in settings.py > > Hope that helps. >

Re: Django and Lynda.com

2016-10-13 Thread Gergely Polonkai
Hello, assuming you created the models.py file and filled it with model classes, the only thing I can think of is you haven't added your own app to the INSTALLED_APPS variable in settings.py Hope that helps. Best, Gergely On Fri, Oct 14, 2016, 03:37 Paul Handley

Django and Lynda.com

2016-10-13 Thread Paul Handley
I am taking the Django and Python course on Lynda.com I have been following along, as the presenter shows me how to do it. I have downloaded and installed Python and Django; created my first project and first app. When I the presenter showed how to make a first "migration" by typing "python