django1/django/conf
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
..
app_template Change initial migration writing to work as docs suggest. 2013-11-27 12:34:31 +00:00
locale Fixed #21388 -- Corrected language code for Frisian 2013-11-11 13:34:01 +01:00
project_template Removed LocaleMiddleware from settings template. 2013-04-05 13:08:50 +02:00
urls Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
__init__.py Fixed #21714 -- Moved logging configuration to global setup() 2013-12-31 18:35:00 +01:00
global_settings.py Fixed #21581 -- Fixed a number of issues with collectstatic. 2013-12-31 14:58:49 -05:00