Software Details:
Version: 1.3.0
Upload Date: 20 Feb 15
Distribution Type: Freeware
Downloads: 18
django-staticfiles-lessjs is a Django app meant to be used with django-staticfiles.
Usage
Make sure that staticfiles setup and configured, then install this application using pip:
pip install django-staticfiles-lessjs
Finally, make sure that lessjs is listed in your INSTALLED_APPS. You can use this oneliner to add it as well:
INSTALLED_APPS += ['lessjs', ]
Build
Less.js packages pre-built versions of the code in its Git repository. No further tools are necessary to build it.
Requirements:
- Python
- Django
Comments not found