debugging template inheritance

2010-08-05 Thread msoulier
Hi, I have a framework on a product that allows new django projects to make use of an existing project's code, so new projects can reduce duplication. It does this in templates by some trickery with the TEMPLATE_DIRS. For example, I have a base project here /var/www/django/base/templates/base.ht

debugging template inheritance

2010-08-04 Thread Michael P. Soulier
Hi, I have a framework on a product that allows new django projects to make use of an existing project's code, so new projects can reduce duplication. It does this in templates by some trickery with the TEMPLATE_DIRS. For example, I have a base project here /var/www/django/base/templates/base.ht