Static files are are not working in django

I want to display an image on my site but static file are not being found this is my directory directory

my url: STATIC_URL = 'static/'

and my html: {% load static %}

Back to Top