Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist
./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.
Change History
(5)
Description: |
modified (diff)
|
Summary: |
collectstatic lies when destination doesn't exist → Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist
|
Triage Stage: |
Unreviewed → Accepted
|
Type: |
Bug → Cleanup/optimization
|
Has patch: |
set
|
Owner: |
changed from nobody to François Freitag
|
Status: |
new → assigned
|
Patch needs improvement: |
set
|
Patch needs improvement: |
unset
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Seems reasonable.