I've been Googling on this for several hours. Time to ask.
I'm just trying to run through the very first tutorial, and frankly, it's been a nightmare. Running under Fedora 18, Python 2.7, Django version is 1.4.5.
So, I got the 1.4 tutorial up, created the site.. all works fine. Fire up the server -- looks great. Browse to
http://127.0.0.1:800..
And I do NOT get the nice, blue Django page, I get a Page Not Found 404 error telling me the URLconf in mysite.urls does not match '^admin/'
Well... YEA! So either the 1.4 tutorial doc's are wrong, or the default site doesnt work, or I dont know what I'm doing.
Any help would be greatly appreciated.
I shouldn't have to be asking this ... it should just work.