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 effective pattern to manage multiple apps extending > the same admin template? Should I have my app instead extend > batchadmin/change_list.html, since batchadmin is now a dependency?
That sounds like the only way. If you want to see batchadmin's changes, you have to extend from that. Regards, Malcolm --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---