﻿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
14693	staticfiles app doesn't work with form media framework and 3rd party asset managers	Jannis Leidel	nobody	"As discussed with Russell and Carl on IRC (after quite some feedback on the mailing list), the current proposal to fix this is:

 * Introduce new core settings: `STATIC_URL`, `STATIC_ROOT`  (which refer to non-user files, canonical setting for root of all static content)
 * form media and admin are modified to use this instead (starting to deprecate `ADMIN_MEDIA_PREFIX`?)
 * staticfiles app uses it too, as a replacement for its current `STATICFILES_URL`, `STATICFILES_ROOT` (this is actually compaptible with the original 3rd party staticfiles app)
 * for existing projects we keep defaulting form media to `MEDIA_URL` and have checks ready for the migrated projects
 * new projects automatically enable staticfiles app and aren't problematic
"		closed	Contrib apps	1.3-alpha		fixed		oleg.lomaka@…	Accepted	0	0	0	0	0	0
