python - Django: Static vs Assets -
i'm new in django,
i'm adding new css files application!
<link href="{% static 'css/style.css' %}" rel="stylesheet">
edit: i'm using {% load static %}
before rendering teamplate!
i can't see change when add files /static/ folder (it works when adding them /assets/)
my question: deference between 2 folders? need add new files /static/ anyway? because see var {% static .. %}
Comments
Post a Comment