Answers for "django html 3.2.4 background image not working"

0

django html 3.2.4 background image not working

{% load static %}
<img src="{% static 'images/justinbieber_avatar.png' %}">
Posted by: Guest on June-25-2021
0

django html 3.2.4 background image not working

STATIC_URL = '/static/'
STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static')]
Posted by: Guest on June-25-2021

Code answers related to "django html 3.2.4 background image not working"

Browse Popular Code Answers by Language