Sidebar Network

django-clevercss Use CleverCSS in Django to make your CSS easier to manage!

The Basics

Today I stumbled upon the CleverCSS project and decided I liked it and wanted to experiment with it. In an effort to find a use for it, I decided to create this project that allows you to use CleverCSS in your Django templates.

What Does django-clevercss Do?

This project allows you to create CleverCSS stylesheets using the classic Django administration utility. The use of a template tag, get_clever_css, will allow you to use these stylesheets that are stored in your database. The template tag retrieve the stylesheet by its title and spits out a file on the filesystem each time the stylesheet changes in the database. This slightly reduces the amount of overhead because the CleverCSS stylesheet does not need to be parsed for each page request.

Project Homehttp://code.google.com/p/django-clevercss/
Grab the Repository – svn checkout http://django-clevercss.googlecode.com/svn/trunk/
 

Recent Commits

  • 2 was committed 3 months, 4 weeks ago.
    First commit
  • 1 was committed 3 months, 4 weeks ago.
    Initial directory structure.