Hello, I am fairly new to both django, so please excuse this question if there is a doc I missed somewhere that answers it... Anyhow, I'm planning on moving a large drupal site into django. Currently the site - yinyanghouse.com - has more or less static content, dynamic community submitted content and some ecommerce functionality. I'm considering moving the site into three domains to ease some aspects of administration and also give us the future possibilities of moving some parts into other systems - like the static parts into a static site generator and the store into a 3rd party system - for example.
So we would have www.yinyanghouse.com, store.yinyanghouse.com, community.yinyanghouse.com . Now my question is that we currently have data queries that are important to the site that would then encompass the three subdomains. I've read a little on the django "sites" framework, but it wasn't clear if you could perhaps share a category between all 3 subdomains, for example, and allow you to display data from one site on another site. For example, we currently have a "conditions" meta-page say "low back pain" and this pulls in information from all over including related products from our store, related acupuncture points from our static collection of information, etc. So in that case community.yinyanghouse.com/conditions/low-back-pain would pull in products from store.yinyanghouse.com tagged with "low back pain" in the conditions category as well as acupuncture points from www.yinyanghouse.com tagged with "low back pain". Is this possible? Is it too much work for the benefits we would get in clearer layouts between sites, probably better caching prospects, etc.? Thanks for any ideas/feedback you can offer! -Chad. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at http://groups.google.com/group/django-users?hl=en. For more options, visit https://groups.google.com/groups/opt_out.