I want to add an image inside my django homepage, but I always cannot get the correct location of the image file I want(yellow high light) The picture below are the thing I type so far:
https://i.sstatic.net/ecyQu.png
also in the same file
{% load static %}
body {
background-image: url('{% static "/bitcoin.jpg" %}');
}
Do I need static whenever I want to insert image in Django2.0? also, I see some people open separate static file and some ppl put image inside the templete. I am confused where I should put? How can put the background image inside the html??
thank you so your answering!!!!
update ** this is what I have so far enter image description here
updat2 ** the only refer to admin file only, enter image description here