Example of warnings:
{{{
Found another file with the destination path 'admin/js/jquery.init.js'. It
will be ignored since only the first encountered file is collected. If
this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'admin/js/calendar.js'. It
will be ignored since only the first encountered file is collected. If
this is not what you want, make sure every static file has a unique path.
Found another file with the destination path
'admin/js/prepopulate.min.js'. It will be ignored since only the first
encountered file is collected. If this is not what you want, make sure
every static file has a unique path.
Found another file with the destination path 'admin/js/inlines.min.js'. It
will be ignored since only the first encountered file is collected. If
this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'admin/js/actions.js'. It
will be ignored since only the first encountered file is collected. If
this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'admin/js/actions.min.js'. It
will be ignored since only the first encountered file is collected. If
this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'admin/js/core.js'. It will
be ignored since only the first encountered file is collected. If this is
not what you want, make sure every static file has a unique path.
Found another file with the destination path 'admin/js/collapse.min.js'.
It will be ignored since only the first encountered file is collected. If
this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'admin/js/inlines.js'. It
will be ignored since only the first encountered file is collected. If
this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'admin/js/prepopulate.js'. It
will be ignored since only the first encountered file is collected. If
this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'admin/js/collapse.js'. It
will be ignored since only the first encountered file is collected. If
this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'admin/js/timeparse.js'. It
will be ignored since only the first encountered file is collected. If
this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'admin/js/urlify.js'. It will
be ignored since only the first encountered file is collected. If this is
not what you want, make sure every static file has a unique path.
Found another file with the destination path 'admin/js/SelectFilter2.js'.
It will be ignored since only the first encountered file is collected. If
this is not what you want, make sure every static file has a unique path.
Found another file with the destination path 'admin/js/SelectBox.js'. It
will be ignored since only the first encountered file is collected. If
this is not what you want, make sure every static file has a unique path.
Found another file with the destination path
'admin/js/admin/RelatedObjectLookups.js'. It will be ignored since only
the first encountered file is collected. If this is not what you want,
make sure every static file has a unique path.
Found another file with the destination path
'admin/js/admin/DateTimeShortcuts.js'. It will be ignored since only the
first encountered file is collected. If this is not what you want, make
sure every static file has a unique path.
Found another file with the destination path
'admin/js/vendor/xregexp/xregexp.min.js'. It will be ignored since only
the first encountered file is collected. If this is not what you want,
make sure every static file has a unique path.
Found another file with the destination path 'admin/js/vendor/xregexp
/LICENSE-XREGEXP.txt'. It will be ignored since only the first encountered
file is collected. If this is not what you want, make sure every static
file has a unique path.
Found another file with the destination path
'admin/js/vendor/jquery/jquery.js'. It will be ignored since only the
first encountered file is collected. If this is not what you want, make
sure every static file has a unique path.
Found another file with the destination path
'admin/js/vendor/jquery/jquery.min.js'. It will be ignored since only the
first encountered file is collected. If this is not what you want, make
sure every static file has a unique path.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/26583>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
* stage: Unreviewed => Accepted
Old description:
New description:
Due to the changes introduced in #24890 in 1.9, if you use an app like
--
Comment:
Switching management commands to use logging (#21429) might be one way to
solve this.
--
Ticket URL: <https://code.djangoproject.com/ticket/26583#comment:1>
Comment (by claudep):
You can silence those with verbosity=0, can't you?
--
Ticket URL: <https://code.djangoproject.com/ticket/26583#comment:2>
* version: 1.9 => 2.1
Comment:
Yes, but doing so with `./manage.py collectstatic -v 0`
also would not provide the final print of the status of the collectstatic,
such as
`0 static files copied to '/Users/dejanew/Dropbox/dev/MST/server/static',
833 unmodified.`
There is a potential to change the level of the display to `2`, but that
would also be likely hidden for the majority of the users.
--
Ticket URL: <https://code.djangoproject.com/ticket/26583#comment:3>
* owner: nobody => ryanhunter1836
* status: new => assigned
--
Ticket URL: <https://code.djangoproject.com/ticket/26583#comment:4>
* has_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/26583#comment:5>
* needs_better_patch: 0 => 1
--
Ticket URL: <https://code.djangoproject.com/ticket/26583#comment:6>
* owner: Ryan Hunter => (none)
* status: assigned => new
--
Ticket URL: <https://code.djangoproject.com/ticket/26583#comment:7>