0
0
mirror of https://github.com/wagtail/wagtail.git synced 2024-11-29 17:36:49 +01:00

Remove django-compressor references from the 'Configuring Django' docs

This commit is contained in:
Matt Westcott 2016-02-04 15:31:03 +00:00
parent 5f7fb5f18c
commit 20b42ad7d9

View File

@ -123,11 +123,6 @@ Wagtail Apps
Third-Party Apps Third-Party Apps
---------------- ----------------
``compressor``
Static asset combiner and minifier for Django. Compressor also enables for the use of preprocessors. See `Compressor Documentation`_.
.. _Compressor Documentation: http://django-compressor.readthedocs.org/en/latest/
``taggit`` ``taggit``
Tagging framework for Django. This is used internally within Wagtail for image and document tagging and is available for your own models as well. See :ref:`tagging` for a Wagtail model recipe or the `Taggit Documentation`_. Tagging framework for Django. This is used internally within Wagtail for image and document tagging and is available for your own models as well. See :ref:`tagging` for a Wagtail model recipe or the `Taggit Documentation`_.
@ -344,7 +339,6 @@ These two files should reside in your project directory (``myproject/myproject/`
'wagtail.wagtailadmin', 'wagtail.wagtailadmin',
'wagtail.wagtailcore', 'wagtail.wagtailcore',
'compressor',
'taggit', 'taggit',
'modelcluster', 'modelcluster',