Answers for "django refer css in the django template"

CSS
0

link css in django template

<link rel="stylesheet" href="{% static 'css/blog.css' %}">
Posted by: Guest on June-23-2021
0

css in django

STATIC_URL = '/static/'
STATIC_ROOT = os.path.join(BASE_DIR,  'static')
Posted by: Guest on November-02-2021

Browse Popular Code Answers by Language