On Sunday, August 31, 2014 10:43:48 PM UTC+2, Aymeric Augustin wrote:
>
> If you look at the first email in this thread, you’ll see that 
> django_synth provides its own template loader. 
>
> Sure it does, but does that mean I can do this?

TEMPLATE_LOADERS = (
    ('django.template.loaders.cached.Loader', (
        'django_synth.loaders.FilesystemLoader',
        'django_synth.loaders.AppDirectoriesLoader',
    )),
)

Or is that not needed?  I am guessing from your answer that it is not.

Also is the 10 - 30x faster, done against the speed of the 
django.template.loaders.cached.Loader or the default  filesystem.Loader and 
app_directories.Loader?  It makes a large differences. 

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/d78bb54a-75d5-495c-ba06-7e359f263d74%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to