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 -

Python ctypes access violation with const pointer arguments -