python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
the css in my django project is not working
Please help me out.
I don't get any errors in my css file or in finding it, but still the style i would like is not shown.
my css file
body {
background-color: lightblue;
}
h1 {
color: navy;
ma...
user18299593
Votes: 0
Answers: 2
Django Admin CSS is not working as it should
I did run the python manage.py collectstatic code, and after that all the static files were collected in the static folder. but the static files needed for the syling of the admin panel are not workin...
Ankoor Nagargoje
Votes: 0
Answers: 1
CSS file has contents locally but in browser is empty
I created a website (on local host for now), so I linked html with css and my css is ready. I wrote everything, but then the css doesnt show on the website
I opened the inspect element > sources &...
SIDAL
Votes: 0
Answers: 2
Not all files called with django static appear
I have index.html file in template file and I have js, css, image, files in my static file. I am writing the codes correctly, but the site does not appear properly. Animations, images and text are not...
sohretaga
Votes: 0
Answers: 1