#27108: Remove collectstatic warning about overwriting existing files when
STATIC_ROOT directory doesn't exist
--------------------------------------+------------------------------------
     Reporter:  dotysan               |                    Owner:  nobody
         Type:  Cleanup/optimization  |                   Status:  new
    Component:  contrib.staticfiles   |                  Version:  master
     Severity:  Normal                |               Resolution:
     Keywords:                        |             Triage Stage:  Accepted
    Has patch:  0                     |      Needs documentation:  0
  Needs tests:  0                     |  Patch needs improvement:  0
Easy pickings:  0                     |                    UI/UX:  0
--------------------------------------+------------------------------------
Changes (by timgraham):

 * 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>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/065.cafcbe4d0c9868c3de80f6330b80a0a8%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to