There are a bunch of articles about versioning your CSS/JS so you can set an infinite expires header; most of them revolve around some PHP code that takes either an SVN revision or unix timecode and munges the include header, like:
<script type="text/javascript" src="/scripts/skeleton.v288734.js"></ script> So. I'm not thrilled about throwing some PHP into the mix; surely someone is doing this on another django production site? What are your solutions to this problem? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---