Re: Multiple apps extending admin/change_list.html

2008-12-18 Thread Jeff Kowalczyk
Malcolm Tredinnick wrote: > So let's fall back to first principles: always construct the smallest > case possible that repeats the failure. This means start with a template > that includes nothing but the "extends" of the batchadmin template. If > that works, you can start adding in the other lin

Re: Multiple apps extending admin/change_list.html

2008-12-15 Thread Malcolm Tredinnick
On Mon, 2008-12-15 at 10:01 -0800, Jeff Kowalczyk wrote: > On Dec 13, 9:31 pm, Malcolm Tredinnick > wrote: > > That sounds like the only way. If you want to see batchadmin's changes, > > you have to extend from that. > > Thank you, I have made batchadmin find its media in my development > setup

Re: Multiple apps extending admin/change_list.html

2008-12-15 Thread Jeff Kowalczyk
On Dec 13, 9:31 pm, Malcolm Tredinnick wrote: > That sounds like the only way. If you want to see batchadmin's changes, > you have to extend from that. Thank you, I have made batchadmin find its media in my development setup. My change_list.html, which now extends batchadmin/change_list.html, i

Re: Multiple apps extending admin/change_list.html

2008-12-13 Thread Malcolm Tredinnick
On Sat, 2008-12-13 at 18:17 -0800, Jeff Kowalczyk wrote: > I am developing an app with a customized admin/change_list.html [1]. I > added djang-batchadmin, which itself has a template extending admin/ > change_list.html (batchadmin/templates/batchadmin/change_list.html) > > What is the most effe

Multiple apps extending admin/change_list.html

2008-12-13 Thread Jeff Kowalczyk
I am developing an app with a customized admin/change_list.html [1]. I added djang-batchadmin, which itself has a template extending admin/ change_list.html (batchadmin/templates/batchadmin/change_list.html) What is the most effective pattern to manage multiple apps extending the same admin templ