1
0
mirror of https://github.com/django/django.git synced 2025-01-29 19:50:21 +00:00
Loic Bistuer 4befb3015c 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.
2013-12-31 14:58:49 -05:00
..
2013-10-10 16:49:20 -04:00
2013-10-10 16:49:20 -04:00
2013-03-22 13:50:07 -04:00
2013-10-10 16:49:20 -04:00
2013-10-10 16:49:20 -04:00
2012-08-31 20:35:50 +02:00
2012-08-31 20:35:50 +02:00
2013-09-10 21:07:22 -04:00
2013-09-15 14:14:26 -04:00
2013-11-07 09:42:25 -05:00
2013-03-28 15:03:19 -05:00
2013-09-10 21:07:22 -04:00
2013-09-15 14:14:26 -04:00
2013-11-09 10:17:17 -05:00
2013-12-31 18:04:54 +01:00
2013-12-13 18:42:24 -05:00