I\'d like to use an image file as a background-image on Django. But I do not know how. First, I read this and tried to write like following this in a css file.
Django
background-image: url('../img/4799045.jpg');
best way I think