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
name age message
file README Tue May 06 03:22:20 -0700 2008 minor bug-fix [Harish Mallipeddi]
file __init__.py Fri May 02 12:28:03 -0700 2008 Initial import [Harish Mallipeddi]
file context_processors.py Wed May 21 00:18:52 -0700 2008 Added support for a new flag YSLOW_OPTIMIZE [mallipeddi]
directory management/ Wed May 28 21:09:24 -0700 2008 Added support for uploading single file. [mallipeddi]
file models.py Fri May 02 23:53:18 -0700 2008 Moved optimizer into / [Harish Mallipeddi]
directory templatetags/ Wed May 21 00:18:52 -0700 2008 Added support for a new flag YSLOW_OPTIMIZE [mallipeddi]
file utils.py Wed May 21 00:18:52 -0700 2008 Added support for a new flag YSLOW_OPTIMIZE [mallipeddi]
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.