﻿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
20305	Advanced tutorial (reusable apps) neglects static files	Marek Onuszko	nobody	"This page:
https://docs.djangoproject.com/en/1.5/intro/reusable-apps/

teaches how to produce packages, but the resulting package doesn't include static/ subdirectory. I tracked it to an omission in MANIFEST.in. It's missing this line:

{{{
recursive-include polls/static *
}}}
"	Bug	closed	Documentation	1.5	Normal	fixed			Unreviewed	0	0	0	0	1	0
