I have done the first part of the tutorial many times and suddenly, doing 
it one more time, I get this message.  I am in the right directory and I 
have checked the code in urls.py many time as well.  What is going on?





```
Page not found (404)
Request Method: GET
Request URL: http://localhost:8000/index

Using the URLconf defined in rbsite.urls, Django tried these URL patterns, 
in this order:

   1. polls/
   2. admin/

The current path, index, didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django 
settings file. Change that to False, and Django will display a standard 404 
page.

```

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/2dae82ab-5b00-43fb-a05e-8ed2b0d79848o%40googlegroups.com.

Reply via email to