On Thu, Dec 17, 2009 at 12:26 PM, nodxof <donf...@mac.com> wrote: > I've just started learning django using "The Definitive Guide to > django" second edition. > > Going by the initial example in Chapter 3 I get this. > > Page not found (404) > Request Method: GET > Request URL: http://127.0.0.1:8000/ > Using the URLconf defined in mysite.urls, Django tried these URL > patterns, in this order: > ^hello/$ > The current URL, , didn't match any of these.
At a guess based on the line "The current URL, ,", did you try to browse to http://127.0.0.1:8000/hello/ or http://127.0.0.1:8000/ ? (hint: http://127.0.0.1:8000/hello/ should work.) ~Justin -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.