django-css handles this quite well by having a COMPILER_FORMATS setting that points to the binary of the preprocessor you want to use. COMPILER_FORMATS = { '.sass': { 'binary_path':'sass', 'arguments' ...