1
0
mirror of https://github.com/django/django.git synced 2025-03-12 10:22:37 +00:00
Loic Bistuer 3fd16e6261 [1.6.x] Fixed #21581 -- 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
..
2013-03-22 13:50:07 -04:00
2011-09-11 02:28:08 +00:00
2012-08-31 20:35:50 +02:00
2012-08-31 20:35:50 +02:00
2013-08-13 11:17:07 -05:00
2013-11-07 09:42:47 -05:00
2013-03-22 13:50:07 -04:00
2013-03-22 13:50:07 -04:00
2013-03-28 15:03:19 -05:00
2013-08-13 11:17:07 -05:00
2013-12-12 15:06:47 -05:00