Scenario:
In my project directory, under Product -> src -> static -> ostatic [ there are two folders named css and images ] -> images -> where all the images can be found.
I am using bootstrap and attempting to set a background-image for jumbotron. After spending considerable time on this issue, it has become quite frustrating. In Django, I can easily reference an image with {% static 'images/imagename.jpg' %}, and it works perfectly. However, when trying to use background-image: url('images/imagename.jpg'); it doesn't work. I have attempted various other methods and searched through multiple StackOverflow threads for solutions, but none of them seem to resolve my problem =/