Le 06/07/2012 21:13, erik a écrit :
Is the right way to handle this to have two sets of base templates? One
for auth and one for the rest of my site?

Hi,

Jinja can be integrated in Django’s template system:

http://exyr.org/2010/Jinja-in-Django/

You could use a custom list of directories instead of app_template_dirs in that code and also keep the default loaders:

https://docs.djangoproject.com/en/dev/ref/settings/#std:setting-TEMPLATE_LOADERS

Regards,
--
Simon Sapin

--
You received this message because you are subscribed to the Google Groups 
"pocoo-libs" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pocoo-libs?hl=en.

Reply via email to