Opened 9 years ago
Closed 9 years ago
#27108 closed Cleanup/optimization (fixed)
Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist
Description (last modified by ) ¶
./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)
comment:1 by , 9 years ago
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 |
comment:2 by , 9 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:3 by , 9 years ago
Patch needs improvement: | set |
---|
comment:4 by , 9 years ago
Patch needs improvement: | unset |
---|
Note:
See TracTickets
for help on using tickets.
Seems reasonable.