On 29 Sep 2005, at 15:20, Tau wrote:
Is it possible to share a project among several domains?
Each domain should have different templates and media files. I don't
care about the models, I use XML.
What is the recommended mod_python configuration?

Yes - in fact Django was designed for this kind of problem. You'll need to point each domain at a separate Django config file, which can import shared settings from a base config file and then set up a domain-specific TEMPLATE_DIRS variable.

Cheers,

Simon


Reply via email to