Forums

static django

hello.

i am trying to make a static background with django i have a static file inside my app page and i have copied it with collectfiles in the shell command line when i try to load the picture i have there it just would not load my source code for the page is this <link rel="stylesheet" type="text/css" href="/static/firstpage/style.css"> the app is "firstpage" and i have a css file that loads a photo from /static/firstpage/image/background.png for some reason the problem i am getting is file not found please help me here

http://allgood.pythonanywhere.com/firstpage/ this is the site if interested

See our documentation for static files here: http://help.pythonanywhere.com/pages/StaticFiles/ There is also a link on that page to help with debugging them when they don't work.