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

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -