Hey Guys

Thanks for your great responses up to now - most interesting. Ive been
reading the documentation and thats been pretty useful (surprise
surprise!), but i have another question...

As the kind of per site skinning falls in line with some of the ideas
of the Django site object, it makes sense to leverage that from what
ive read so far. Basically, I want one theme to have many sites, so
pretty simple stuff in terms of the database. I want to hold the theme
files (django template files) in a nice ordered way in the templates
dir, in a per theme basis, as any site could use any theme. I guess
what i need to do is upon the request, I want to ask the site object
what theme it is and pull the templates accordingly?

So, would I need to implement some kind of middleware to get this
functionality? Some kind of thread locals middleware to expose the
site info to a custom loader which would then select the right
template based on a db query?

Any guidance would be great

Many thanks

Tim


--~--~---------~--~----~------------~-------~--~----~
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