public
Description: This Django utility adds management commands to generate YSlow-compatible optimized builds
Homepage: http://poundbang.in
Clone URL: git://github.com/mallipeddi/django-yslow.git
mallipeddi (author)
Wed May 28 21:09:24 -0700 2008
commit  7e435f00cebe4af47c99f3a564f2cd2eefd46fde
tree    bda9900079a139883f06bdf0b2e745abe7fb02ba
parent  8873ff8fa9ea55e6c3c9c026543749a8f12f762e
README
Django YSlow plugin
Author: Harish Mallipeddi (harish.mallipeddi@gmail.com)

This Django utility adds new management commands & a couple of template tags which let you generate optimized builds of 
your Django application. Best practices recommended by Yahoo's YSlow project are adopted. If you're using Amazon S3 for 
hosting static files, you can use the upload_to_s3 management command to upload to S3 easily.

This project should be of interest to you if you're writing a Django app and would like to achieve better YSlow grades!

For more info, look at the wiki page.