Hi, I'm working on a web project where the organization will have a main site like http://www.nameoforg.net and sub-sites (subdomains) like http://proj1.nameoforg.net. Some of the content in the sub-domains like Case Studies, Resources should be viewable in the Main website. I've looked at the Django Sites framework and it seems to deal with content across several sites with one DB. What I'm wondering is do I need to have a separate Django instance for each sub-domain?
-- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

