Re: Keep getting 404 error

2012-03-25 Thread Sergiy Khohlov
try to open http://127.0.0.1:8000/hello 2012/3/25 Sithembewena Lloyd Dube : > Hi Mika, > > Welcome to Django. > > I think the issue is that the URL 'http://127.0.0.1:8000/' merely points to > your local machine's port (8000), whereas you want to browse to > 'http://127.0.0.1:8000/hello/' - which i

Keep getting 404 error

2012-03-24 Thread Mika
I'm a total newbie to django and just started the book. I created a project and I'm now trying to create my first page, but I keep getting an error page that says: Page not found (404) Request Method: GET Request URL:http://127.0.0.1:8000/ Using the URLconf defined in redlab.urls, Django tried