• Loic Bistuer's avatar
    Fixed #21581 -- Fixed a number of issues with collectstatic. · 4befb301
    Loic Bistuer yazdı
    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.
    4befb301
Adı
Son kayıt (commit)
Son güncelleme
.tx Loading commit data...
django Loading commit data...
docs Loading commit data...
extras Loading commit data...
scripts Loading commit data...
tests Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
.hgignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.rst Loading commit data...
INSTALL Loading commit data...
LICENSE Loading commit data...
MANIFEST.in Loading commit data...
README.rst Loading commit data...
setup.cfg Loading commit data...
setup.py Loading commit data...