Re: Deprecating ADMIN_MEDIA_PREFIX

2010-11-25 Thread hejsan
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

Re: Deprecating ADMIN_MEDIA_PREFIX

2010-11-21 Thread Andrew Godwin
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

Re: Deprecating ADMIN_MEDIA_PREFIX

2010-11-20 Thread Russell Keith-Magee
; 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

Deprecating ADMIN_MEDIA_PREFIX

2010-11-20 Thread Carl Meyer
. 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