Re: Errors in my first django app

2013-03-11 Thread frocco
Do you have polls defined in your INSTALLED_APPS? INSTALLED_APPS ( 'polls', ) On Monday, March 11, 2013 8:03:13 AM UTC-4, jesmine chaudhuri wrote: > > Error: App with label polls could not be found. Are you sure your > INSTALLED_APPS setting is correct? > > > The app is in django 1.3 projec

Re: Errors in my first django app

2013-03-11 Thread abhijeet shete
Hi Jasmin, Looks like you haven't added your app 'polls' in 'settings.py' under INSTALLED_APPS. Check whether you added your app or not. If not add it. On Mon, Mar 11, 2013 at 5:33 PM, jesmine chaudhuri < jesminechaudhur...@gmail.com> wrote: > Error: App with label polls could not be found.