Opened 8 years ago
Last modified 8 years ago
#27108 closed Cleanup/optimization
collectstatic lies when destination doesn't exist — at Initial Version
Reported by: | Curtis Doty | Owned by: | nobody |
---|---|---|---|
Component: | contrib.staticfiles | Version: | dev |
Severity: | Normal | Keywords: | |
Cc: | Triage Stage: | Accepted | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
./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.
Note:
See TracTickets
for help on using tickets.