I am facing a problem where image that I opened in html file with class included is not getting modified by the class in css file. I checked it in sources tab in chrome, and model class is not being processed. I will attach the code:
Asked
Active
Viewed 35 times
0

Shahin Mammadov
- 37
- 2
- 7
-
Is your path correct? for model.png, it should be `
` – EdgarAlexPoe Apr 29 '20 at 15:40
-
have you added `{% load static %}` at your top of your template if not then put it. Also your tag should be like this `
`. See [here](https://stackoverflow.com/a/61504793/8601641) at template section. – k33da_the_bug Apr 29 '20 at 15:44
-
Please replace your screenshot with text: template code, settings.py, urls.py, folder structure. – Ivan Starostin Apr 29 '20 at 15:51