django-static
Template tags for better serving static files from templates in Django
django_static is a Django app that enables as various template tags for better serving your static content. It basically rewrites references to static files and where applicable it does whitespace optmization of the content. By making references to static content unique (timestamp included in the name) you can be very aggressive with your cache-control settings without ever having to worry about upgrading your code and worrying about visitors using an older version.
- Source control:
- http://github.com/peterbe/django-static/tree/master
- Bug tracker:
- http://github.com/peterbe/django-static/issues
- Home page:
- http://github.com/peterbe/django-static/tree/master
- Authors
- Peter Bengtsson, www.peterbe.com
- Tags
- media static template templatetags
There are no releases of this app.
This app is being cared for by: Peter Bengtsson
Comments
There are 2 comment(s).
Andy McKay on May, 19I wrote a blog article that more subjectively summorizes how useful I think django-static is: The awesomest way possible to serve your static stuff in Django with Nginx
Andy McKay on May, 19That comment was on behalf of Peter Be., there was a silly template error in the comment form, sorry Peter.
Login to add comments

