diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2011-11-25 18:45:35 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2011-11-25 18:45:35 +0000 |
commit | 6c40e5571f9ecd59b74d397711844d9dc207f134 (patch) | |
tree | 802ff5cf20d055c407b8da99423a4d1620ba5fb8 /www/py-django_compressor/pkg-descr | |
parent | 6ad1b3600ea4ae6a9e93a4caf610ddfa4997f266 (diff) | |
download | ports-6c40e5571f9ecd59b74d397711844d9dc207f134.tar.gz ports-6c40e5571f9ecd59b74d397711844d9dc207f134.zip |
Notes
Diffstat (limited to 'www/py-django_compressor/pkg-descr')
-rw-r--r-- | www/py-django_compressor/pkg-descr | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/py-django_compressor/pkg-descr b/www/py-django_compressor/pkg-descr new file mode 100644 index 000000000000..91112c76f056 --- /dev/null +++ b/www/py-django_compressor/pkg-descr @@ -0,0 +1,5 @@ +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. + +WWW: https://github.com/jezdez/django_compressor |