Django Media Lint is an agile-friendly CSS and JS lint checker and compressor for Django.
Installing
1. Install the python module in your system: python setup.py install
2. Install the app within your django project by editing your settings.py file:
`INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.admin',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
...
'medialint',
)`
Settings
* DISABLE_MEDIALINT (True/False)
Disables media lint at all, nothing will be joined, minified or checked. Useful for debugging proposals.
Product's homepage
Requirements:
· python-xml
· Python Slimmer
· python-cssutils
· Python