Skip to content

Migration collect static finding duplicates #1465

@mrjoshuap

Description

@mrjoshuap

Describe the issue

On startup, a couple messages pop up and I'm not clear to the cause.

During collectstatic, Django finds duplicate static files:

  • admin/js/popup_response.js
  • admin/js/cancel.js
migrations-1     | RUNNING COLLECTSTATIC
migrations-1     | Found another file with the destination path 'admin/js/popup_response.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.
migrations-1     | Found another file with the destination path 'admin/js/cancel.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.
migrations-1     | 
migrations-1     | 0 static files copied to '/home/mediacms.io/mediacms/static', 458 unmodified.

I'm curious to see if this is what we want and is safe to ignore?

Not super familiar with it, is there something I might be missing or doing wrong?

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions