|
Installation
Installation instructions for django-compress
django-compress is no longer maintainedPlease consider switching to [django-pipeline http://django-pipeline.readthedocs.org/]! This page is kept for historical reasons. Installation is pretty straight-forward and follows the same installation procedure as many other Django applications. django-compress does not create any models, so you do not need to configure a database. RecommendationsBy default django-compress uses CSSTidy to compress CSS. CSSTidy is an excellent stand-alone application for dealing with CSS-files. CSSTidy can be downloaded from: http://csstidy.sourceforge.net/. If you do not install CSSTidy, make sure to disable the filter in your settings (by setting COMPRESS_CSS_FILTERS = None). Install instructions
Using git?The main source repository is now available at github: http://github.com/pelme/django-compress/tree/master The Subversion repository at Google Code will still be updated, though. If you want to grab django-compress via git, use: git://github.com/pelme/django-compress.git |
► Sign in to add a comment
Great App! As someone who maintains a couple of django apps, I know how few people leave comments one way or the other.
Keep up the good work :)
To make install easier: "easy_install django-compress" worked for me. And CSSTidy is available on Ubuntu through the package repository. Easy-peasy.
One important modification to my earlier comment, use easy_install -Z django-compress, otherwise Django won't find it.
My host runs on Python 2.4. Will it work with that?
@dualrudder Thanks! You made my day.
This app saves a lot of tedious work. Thank you.
Very good app - thanks, had a problem though: C:\Windows\system32>easy_install django-compress Searching for django-compress Reading http://pypi.python.org/simple/django-compress/ Reading http://code.google.com/p/django-compress/ Best match: django-compress 1.0.1 Downloading http://pypi.python.org/packages/source/d/django-compress/django-compress-1.0.1.tar.gz#md5=ddd83d36b6085f0aa0 0e2a3e9e7df75c Processing django-compress-1.0.1.tar.gz error: c:\users\damian~1\appdata\local\temp\easy_install-chcy6x\django-compress-1.0.1\docs\:2e_Installation.textile: inv alid mode ('wb') or filename
Same problem here. I'm using virtualenv.
error: c:\users\damian~1\appdata\local\temp\easy_install-chcy6x\django-compress-1.0.1\docs\:2e_Installation.textile: inv alid mode ('wb') or filename