Changes between Initial Version and Version 1 of Ticket #27108


Ignore:
Timestamp:
Aug 22, 2016, 7:51:30 PM (8 years ago)
Author:
Tim Graham
Comment:

Seems reasonable.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #27108

    • Property Triage Stage UnreviewedAccepted
    • Property Summary collectstatic lies when destination doesn't existRemove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist
    • Property Type BugCleanup/optimization
  • Ticket #27108 – Description

    initial v1  
    1 `./manage.py collectstatic` prompts for user input to confirm overwriting the destination files...even when the static directory doesn't even exist! That's silly. Just create them in this case...without annoying the BOFH about "existing" files that actually don't exist.
     1`./manage.py collectstatic` prompts for user input to confirm overwriting the destination files...even when the static directory doesn't even exist! That's silly. Just create them in this case...without warning about "existing" files that actually don't exist.
Back to Top