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.
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
2 matches
Mail list logo