Re: ImportError: no module named polls

2016-01-25 Thread James Schneider
On Jan 25, 2016 1:05 PM, "moon jo" wrote: > > 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.c

Re: ImportError: no module named polls

2016-01-25 Thread Rafael E. Ferrero
if its a blank project you don't have a polls app yet,so... why you put your polls app there? Rafael E. Ferrero 2016-01-25 16:14 GMT-03:00 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.

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