django-stylus lets you to integrate Stylus in your Django projects.
django-stylus is based on monokrome's django-cafe
from https://github.com/monokrome/django-cafe
git clone https://github.com/lusentis/django-stylus/
python setup.py install
A pypi package will be available when django-stylus
will be stable.
-
Install stylus command line
-
Add
stylus
to yoursettings.INSTALLED_APPS
INSTALLED_APPS = ( ... "stylus", ...
)
Default: STATIC_ROOT/_css/
Default: compiled
Default: 3600
Default: "stylus"
Default: ""