Contents

django-compressor 4.6.0

0

Compresses linked and inline JavaScript or CSS into single cached files.

Compresses linked and inline JavaScript or CSS into single cached files.

Stars: 2873, Watchers: 2873, Forks: 612, Open Issues: 122

The django-compressor/django-compressor repo was created 16 years ago and the last code push was 4 days ago.
The project is very popular with an impressive 2873 github stars!

How to Install django-compressor

You can install django-compressor using pip

pip install django-compressor

or add it to a project with poetry

poetry add django-compressor

Package Details

Author
None
License
None
Homepage
None
PyPi:
https://pypi.org/project/django-compressor/
GitHub Repo:
https://github.com/django-compressor/django-compressor

Classifiers

  • Internet/WWW/HTTP
No  django-compressor  pypi packages just yet.

Errors

A list of common django-compressor errors.

Code Examples

Here are some django-compressor code examples and snippets.

GitHub Issues

The django-compressor package has 122 open issues on GitHub

  • Bump coverage from 7.11.1 to 7.11.3 in /requirements in the pypi group across 1 directory

See more issues on GitHub

Related Packages & Articles

django-compat 1.0.15

For- and backwards compatibility layer for Django 1.4, 1.7, 1.8, 1.9, 1.10, and 1.11

django-chunkator 2.0.0

Chunk large QuerySets into small chunks, and iterate over them without killing your RAM.