A set of online tools for those who know enough about web programming languages such as HTML, CSS and JavaScript, but are not very proficient in using automatic build tools to minify their files.
If you want to use templatetags and run the tests you need to add django-minify to your INSTALLED_APPS setting: INSTALLED_APPS = ( ... 'minify', ... ) To use template ...