Re: Can't open any other view except default "It Worked!" page......

2013-05-04 Thread Vibhu Rishi
Did you : 1. add the polls app to the INSTALLED_APP? 2. modify the urls.py as mentioned below to go to the polls ? Vibhu On Sun, May 5, 2013 at 7:42 AM, Russell Keith-Magee wrote: > > If all you're getting is the "It worked!" page, then it means your urls.py > hasn't been configured correctly.

Re: Can't open any other view except default "It Worked!" page......

2013-05-04 Thread Russell Keith-Magee
If all you're getting is the "It worked!" page, then it means your urls.py hasn't been configured correctly. The "It worked" page is displayed when your urls.py is found, but is empty. You'll need to write some views and connect them up in your urls.py; alternatively, you could write up admin regi