For anyone developing a SaaS that allows users to create templates through the 
UI (e.g., a hosted CMS), separately initializable template system is paramount, 
giving the ability to modify multiple settingsin the template system that are 
in effect during template rendering, including loaders, template builtins, etc. 
This way, an application's primary UI can use one set of settings, and the 
settings for users' templates. 

Note: by "settings", I don't necessarily mean settings.py, just template 
settings, even of that means instantiating a template system on the fly. 

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to