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

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3c178-2c2db.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3c178-2c2db.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?