Looks to me like runserver is telling you more or less what's up. What it's 
not telling you is what you've not told us, namely teh URL you're 
navigating to. 

But the tutorial suggests " http://localhost:8000/polls/"; 
<http://localhost:8000/polls/>

and if you are using that, and you have set up polls/urls.py as the 
tutorial states, then that URL should resolve.Assuming the file:


*C:\\Users\\ddeen\\Documents\\PYTHON\\mysite\\polls\\urls.py*
exists and contains the tutorial recommends.

Cheers,

Bernd.

<http://localhost:8000/polls/>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/de0100d0-c05a-44f4-8c7e-e0facc297947%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to