I'm searching for the best way to "theme" an application. I'd like to
pick a template based on the request object. That's easy as long as I
implement the views using something similar to the utility function
render_and_response() which knows to add a template folder to the
template name based on the request object.

However, I'd like to also "theme" templates of contributed modules. I
looked into creating a custom template loader but I think, that
doesn't work because the loader cannot access the request object.

Is it possible to create a generic solution that requires no code
changes in contributed modules?

-- 
Stefan Matthias Aust // Truth until paradox

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to