This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit 7e435f00cebe4af47c99f3a564f2cd2eefd46fde
tree bda9900079a139883f06bdf0b2e745abe7fb02ba
parent 8873ff8fa9ea55e6c3c9c026543749a8f12f762e
tree bda9900079a139883f06bdf0b2e745abe7fb02ba
parent 8873ff8fa9ea55e6c3c9c026543749a8f12f762e
| name | age | message | |
|---|---|---|---|
| |
README | ||
| |
__init__.py | ||
| |
context_processors.py | ||
| |
management/ | ||
| |
models.py | ||
| |
templatetags/ | ||
| |
utils.py |
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.








