﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19650	Add command option to ignore error when collecting static files.	Sébastien Fievet	nobody	"
== Scenario ==

A common case scenario is when using CachedStaticFilesStorage storage and a file that is missing.
The post-processing phase fails hard and exits abruptly, leaving the project in an incoherent state.


== Solution ==

The goal is to add an option to collectstatic command in order to ignore errors raised on post-processing phase when files are missing.
The pacth will be mostly an adapted back-port of the pull-request [https://github.com/jezdez/django-staticfiles/pull/17 #PR17] made for the legacy django-staticfiles app."	New feature	closed	contrib.staticfiles	dev	Normal	duplicate			Unreviewed	0	0	0	0	1	0
