django1/django/conf
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
..
app_template Simplified default project template. 2013-02-04 13:21:36 +01:00
locale [1.6.x] Removed weird unicode char in some de po files 2013-12-13 08:21:20 +01:00
project_template Removed LocaleMiddleware from settings template. 2013-04-05 13:08:50 +02:00
urls Fixed #19866 -- Added security logger and return 400 for SuspiciousOperation. 2013-05-25 16:27:34 -07:00
__init__.py Fixed #20443 -- Import errors in settings cause confusing error messages 2013-05-25 20:25:29 +02:00
global_settings.py [1.6.x] Fixed #21581 -- Fixed a number of issues with collectstatic. 2013-12-31 15:04:22 -05:00