On 9/29/05, Tau <[EMAIL PROTECTED]> 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, this is entirely possible -- it's how Django is used at World Online. You'll just need to create a separate settings file for each domain, and just point each VirtualHost in your Apache configuration at the appropriate settings file. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com | chicagocrime.org