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
Use this:
#third{ background: url("/static/img/sample.jpeg") 50% 0 no-repeat fixed; color: white; height: 650px; padding: 100px 0 0 0; }
Most probably This will work.Use "/static/" before your image URL and then try them. Thanks