I'm not sure what you are asking.

what do you want django to do with the subdomain?
if it is a different site, you can do this via virtual hosts in apache.
if you bob.example.com to be 'bobs' blog and 'sue.example.com' to be sue's blog
you can acomplish this via mod-rewrite without having to resort to trickery in django.

otherwise you could write some middleware to do the same thing as well I think.

On 15/08/2006, at 10:47 AM, a wrote:


can you point out how to do this in django and in python
thanks a bunch



--
Ian Holsman
http://car-chatter.com/ where car fanatics meet



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

Reply via email to