ntroduced by contrib.staticfiles and the STATIC_URL and STATIC_ROOT
> > settings finally allows us to begin a migration path to remove this
> > wart. AdminMediaHandler is already on a deprecation path; the
> > remaining piece is the ADMIN_MEDIA_PREFIX setting.
>
> > A
nally allows us to begin a migration path to remove this
> wart. AdminMediaHandler is already on a deprecation path; the
> remaining piece is the ADMIN_MEDIA_PREFIX setting.
>
> After discussion with Jannis on IRC, we have a plan for deprecating
> ADMIN_MEDIA_PREFIX. The expectation is n
; settings finally allows us to begin a migration path to remove this
> wart. AdminMediaHandler is already on a deprecation path; the
> remaining piece is the ADMIN_MEDIA_PREFIX setting.
>
> After discussion with Jannis on IRC, we have a plan for deprecating
> ADMIN_MEDIA_PREFIX. The
. AdminMediaHandler is already on a deprecation path; the
remaining piece is the ADMIN_MEDIA_PREFIX setting.
After discussion with Jannis on IRC, we have a plan for deprecating
ADMIN_MEDIA_PREFIX. The expectation is now that any apps' static
assets should be found at STATIC_URL/appname. The idea