STATICFILES_DIRS = [ BASE_DIR / "static", '/var/www/static/', ] {% load static %} <img src="{% static 'my_app/example.jpg' %}" alt="My image">