django static files versioning

后端 未结 10 1371
伪装坚强ぢ
伪装坚强ぢ 2021-01-30 21:26

I\'m working on some universal solution for problem with static files and updates in it.

Example: let\'s say there was site with /static/styles.css file - a

10条回答
  •  死守一世寂寞
    2021-01-30 22:06

    I use my own templatetag which add file modification date to url: https://bitbucket.org/ad3w/django-sstatic

提交回复
热议问题