Settings.py
--------------------
STATICFILES_DIRS = [
os.path.join(BASE_DIR,'static'),
]
os.path.join(BASE_DIR,'static'),
]
Html tag
-------------------
{% load static %}
{% static 'link' %}
Basically all coding information share and other fun things will happened.
Comments
Post a Comment