Django static deals with picture problems

want to put a picture on the web page, which cannot be realized according to the online writing method. Django 2.0
setting is like this

.
STATIC_URL = "/static/"
STATIC_ROOT = os.path.join(BASE_DIR,"static/")

clipboard.png
main_html app static
urls


main.html


clipboard.png
ask for advice on how to modify

Mar.04,2021

app is not registered in INSTALLED_APPS

Menu