Changes between Initial Version and Version 1 of Ticket #27108
- Timestamp:
- Aug 22, 2016, 7:51:30 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27108
- Property Triage Stage Unreviewed → Accepted
- Property Summary collectstatic lies when destination doesn't exist → Remove collectstatic warning about overwriting existing files when STATIC_ROOT directory doesn't exist
- Property Type Bug → Cleanup/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 BOFHabout "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.