Need a little help with the css (not working when I run the website)


#1

http://imgur.com/TbxCWVS
As it can be seen from the command prompt, I think the css file is being imported but for some reason, the color is not changing.
I tried migrating and running the server again but to no avail.
Sorry if it’s a silly question,I’m new to this.


#2

Hey, show me your index.html or base.html files. I might be able to help


#3

Apologies for the slow response — I thought I would get emailed about messages and I wasn’t grrr.

Can you confirm that your directory structure looks like this:

  • hellowebapp (or your project name)
    —> collection (your app name)
    —>---> static (folder)
    —>--->—> css (folder)
    —>--->—>---> style.css (your css file)

If so, we can dig further to see what else we can find!


#5

@vatsal — what’s the output in your command line after you put in “python -V”?


#6

Solved :)
Getting a new error now, which I posted :P