﻿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
15080	collectstatic with fabric example should use -v0 to speed it up	Harro	nobody	"I found out that using collectstatic through fabric makes for a very slow process.
The reason is that collectstatic by default outputs all the files it's collecting, which fabric has to pipe, which makes it very slow.

The fix is simple: pass a -v0
Also a --noinput should be added because fabric doesn't support the interactivity till 1.0 is released.

I think the documentation should reflect this"		closed	Documentation	1.3-beta		fixed	staticfiles, collectstatic, fabric		Ready for checkin	1	0	0	0	0	0
