On Feb 3, 2006, at 3:28 AM, [EMAIL PROTECTED] wrote:
a simple solution would be to use lazy loading of the settings
module in django.template, change all template code to access
the settings via django.template.settings, and let an external
user configure the template package *before* loading the first
template:

I think this is an extremely good idea, and we should extended it into other pieces of Django we'd like available as components -- the ORM, the cache API, others?

Jacob

Reply via email to