As an ex-Yahoo!, I'm usually looking for ways to improve my YSlow [1]
and static asset handling capabilities in any project. Traditionally,
this is something Django has been very weak at, as it focuses mostly
on the database and application stack of the project. So between
myself and a colleague we've worked on adding robust, YSlow-compliant
static asset features back into Django. The project is here:

http://tinyurl.com/djangostatic

and if people could go hammer it and report bugs we'd be most
grateful.

A short list of features:
- Supports file versioning for far future expires;
- Supports combining/minifying CSS and JS;
- Supports versioning images inside CSS files and templates.

Brad

[1] http://developer.yahoo.com/yslow/
--~--~---------~--~----~------------~-------~--~----~
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 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to