I am new with django and python, have create a test project which works well until the point try to change the design like css, js and some img. I installed bootstrap as well, when I upload the three files, css, js and img, The page can not find my css file and others. On my server display this message:
[30/Jan/2014 11:19:15] "GET /static/ HTTP/1.1" 404 1614 [30/Jan/2014 11:19:34] "GET /static/css/bootstrap.css HTTP/1.1" 404 1655
I tried ti find the css page from developer section on firework which jump to this page: Page not found (404) Request Method: GET Request URL:
localhost:8000/static/css/bootstrap.css 'css/bootstrap.css' could not be found You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.
And below is the link on base.html to the css files. href="/static/css/bootstrap.css"
Could you please give me an idea what is wrong here, I do appreciate?
Thanks Dilshad