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
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
2 matches
Mail list logo