Opened 8 years ago

Last modified 8 years ago

#27108 closed Cleanup/optimization

Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist — at Version 1

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 (last modified by Tim Graham)

./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 (1)

comment:1 by Tim Graham, 8 years ago

Description: modified (diff)
Summary: collectstatic lies when destination doesn't existRemove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist
Triage Stage: UnreviewedAccepted
Type: BugCleanup/optimization

Seems reasonable.

Note: See TracTickets for help on using tickets.
Back to Top