On Feb 1, 2007, at 4:05 PM, evenrik wrote:
>
> I have 2 domain names pointing to the same ip. I need to customize
> some of the content depending on which domain is used. How do I know
> in a view which one the user connected with?



request.META['HTTP_HOST'] should tell you the domain name that was  
specified.

You can use the get_host() method in django.http as a shortcut.

Don



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