Initial snag with the "Django Book"

2009-12-16 Thread nodxof
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

Re: Initial snag with the "Django Book"

2009-12-16 Thread nodxof
After posting this I paid a little more attention to the text of the book! I was just viewing the site root of course. The URL "http:// 127.0.0.1:8000/hello" produces the correct results. Apologies for such a careless entry. Don On Dec 16, 8:26 pm, nodxof wrote: > I've jus