Django-css
I just uploaded django-css over at google code. It’s a fork of django-compress that adds the ability to easily use CSS compilers with your Django projects. CSS compilers extend CSS syntax to include more powerful features such as variables and nested blocks.
CSS files are re-compiled only when they are changed, so you can still serve them as static content.
django-css also automates the compression, combination, and versioning of your CSS and Javascript files. See django-compress for more information on CSS/JS compression.
django-css can currently be used with any CSS compiler that can be called from the command line, such as HSS and Sass.