django1/tests/staticfiles_tests
Loic Bistuer 3fd16e6261 [1.6.x] Fixed -- Fixed a number of issues with collectstatic.
When STATIC_ROOT wasn't set, collectstatic --clear would delete
every files within the current directory and its descendants.

This patch makes the following changes:

Prevent collectstatic from running if STATIC_ROOT isn't set.

Fixed an issue that prevented collectstatic from displaying the
destination directory.

Changed the warning header to notify when the command is run
in dry-run mode.

Backport of 4befb3015c from master
2013-12-31 15:04:22 -05:00
..
apps Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
project Fixed -- Improved error message for missing files 2013-04-28 16:45:05 +02:00
urls Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
__init__.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
models.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
storage.py Merged regressiontests and modeltests into the test root. 2013-02-26 14:36:57 +01:00
tests.py [1.6.x] Fixed -- Fixed a number of issues with collectstatic. 2013-12-31 15:04:22 -05:00