--
Ticket URL: <https://code.djangoproject.com/ticket/27108>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
* type: Bug => Cleanup/optimization
* stage: Unreviewed => Accepted
Old 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.
New 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 warning about
"existing" files that actually don't exist.
--
Comment:
Seems reasonable.
--
Ticket URL: <https://code.djangoproject.com/ticket/27108#comment:1>
* owner: nobody => francoisfreitag
* status: new => assigned
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/27108#comment:2>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/27108#comment:3>
* needs_better_patch: 1 => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/27108#comment:4>
* status: assigned => closed
* resolution: => fixed
Comment:
In [changeset:"8c054ed71d579aef53e074fcdaea56f110f1764e" 8c054ed]:
{{{
#!CommitTicketReference repository=""
revision="8c054ed71d579aef53e074fcdaea56f110f1764e"
Fixed #27108 -- Displayed collectstatic's delete/overwrite warnings only
if some files exist in STATIC_ROOT.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/27108#comment:5>