< Home - < Back

python-django-compressor


Information about the package, python-django-compressor, which is shipped with common Linux distributions. The python-django-compressor package is designed for, Compresses linked and inline JavaScript or CSS into single cached.


Package Name:

python-django-compressor

Summary:

Compresses linked and inline JavaScript or CSS into single cached

Description:

Django Compressor combines and compresses linked and inline Javascript or CSS in a Django templates into cacheable static files by using the ``compress`` template tag. HTML in between ``{% compress js/css %}`` and ``{% endcompress %}`` is parsed and searched for CSS or JS. These styles and scripts are subsequently processed with optional, configurable compilers and filters.

Architecture:

noarch

Version:

1.2

Release:

4.el6

Size:

138 k

Repository:

epel

From Repository:

Licence:

MIT



Handy Yum Commands for python-django-compressor


Control the python-django-compressor package with the following handy commands outlined below.


Command

Description of Command

yum install python-django-compressor

This command will install python-django-compressor on the server.

yum remove python-django-compressor

This command will un-install python-django-compressor on the server. When you run this command, you will be asked if you are sure that you want to remove python-django-compressor, so you have to manually confirm that you want to do this.

yum -y remove python-django-compressor

This command will un-install python-django-compressor on the server. When you run this command with th e -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-django-compressor when using the -y flag.

yum update python-django-compressor

This command will update python-django-compressor to the latest version. When you run this command, you will be asked if you are sure that you want to remove python-django-compressor, so you have to manually confirm that you want to do this.

yum -y update python-django-compressor

This command will update python-django-compressor to the latest version. When you run this command with the -y flag, you will not be prompted to check that you are sure you want to remove the package - so be sure you absolutely want to remove python-django-compressor when using the -y flag.

yum info python-django-compressor

This command will show you core information about the python-django-compressor package.

yum deplist python-django-compressor

This command will show you the dependencies for python-django-compressor. Thankfully, when using Yum, if dependencies are required, these are also installed at the same time so you don't have to worry too much about that.

yum check-update python-django-compressor

This command will check if there is an update waiting on python-django-compressor. When you run this command this will return nothing if there is nothing to update, or, will return the package name if the package is due to be updated.