summaryrefslogtreecommitdiff
path: root/docs/quickstart.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/quickstart.txt')
-rw-r--r--docs/quickstart.txt17
1 files changed, 5 insertions, 12 deletions
diff --git a/docs/quickstart.txt b/docs/quickstart.txt
index d922c8b..4acfab2 100644
--- a/docs/quickstart.txt
+++ b/docs/quickstart.txt
@@ -32,6 +32,10 @@ Installation
'compressor.finders.CompressorFinder',
)
+* Define :attr:`COMPRESS_ROOT <django.conf.settings.COMPRESS_ROOT>` in settings
+ if you don't have already ``STATIC_ROOT`` or if you want it in a different
+ folder.
+
.. _staticfiles: http://docs.djangoproject.com/en/dev/ref/contrib/staticfiles/
.. _django-staticfiles: http://pypi.python.org/pypi/django-staticfiles
@@ -55,17 +59,6 @@ dependencies.
pip install django-appconf
-- versiontools_
-
- Used internally to handle versions better, this is
- automatically installed when following the above
- installation instructions.
-
- In case you're installing Django Compressor differently
- (e.g. from the Git repo), make sure to install it, e.g.::
-
- pip install versiontools
-
Optional
^^^^^^^^
@@ -104,4 +97,4 @@ Optional
.. _html5lib: http://code.google.com/p/html5lib/
.. _`Slim It`: http://slimit.org/
.. _django-appconf: http://pypi.python.org/pypi/django-appconf/
-.. _versiontools: http://pypi.python.org/pypi/versiontools/ \ No newline at end of file
+.. _versiontools: http://pypi.python.org/pypi/versiontools/