TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Invalidate browser cache of Django static files automatically

8 pointsby baldurthoremilsalmost 13 years ago

2 comments

jboutrosalmost 13 years ago
How does this differ from Django's CachedStaticFileStorage backend? <a href="https://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/#django.contrib.staticfiles.storage.CachedStaticFilesStorage" rel="nofollow">https://docs.djangoproject.com/en/dev/ref/contrib/staticfile...</a>
评论 #4313072 未加载
评论 #4313267 未加载
strictfpalmost 13 years ago
Why not use ETag instead?