I have two django template pages, one of them is \"base.html\", with basic html tags setup as a base template. Now I have a page \"child.html\" that extends it, with something l
if you see the new css loaded in the firebug or other browser debugger, please try:
body { background-color: #000000 !important; /* some other css here */
}