Django won't refresh staticfiles

前端 未结 15 1116
渐次进展
渐次进展 2020-12-07 18:31

This is annoying. I have a javascript file referenced on a django template:

 
15条回答
  •  春和景丽
    2020-12-07 19:01

    A simple way to get rid, do a hard refresh cmd+shift+r/ctr+shift+r

    A hard refresh is a way of clearing the browser’s cache for a specific page, to force it to load the most recent version of a page. on browser cmd+shift+r/ctr+shift+r

提交回复
热议问题