FYI.

  http://groups.google.com/group/django-users/browse_frm/thread/1854f40020e43bc9

They wanted a way of having same Django code hosted under same host
name, but where Django settings was different based on user agent
string.

Problem is that Django settings is based on process environment
variable, so not possible to have it be different for each request, at
least within the context of one Django instance.

People may find it interesting how I solved this with mod_wsgi features. :-)

Graham

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

Reply via email to