Amit Upadhyay wrote: > This makes clear on what to do incase there are different subdomains, we > can just add other subdomains specific setting files blog_settings.py > and so on, which point to different ROOT_URLCONF and so on [we can > overwrite other things too if required].
Look at http://code.djangoproject.com/ticket/1192 if it fits your needs, please. It doesn't have subdomain specific settings, but I think the HostURLResolver is a very usefull thing. Also you could write a custom resolver trough the new config setting. kindly regards daniel