On 29 Sep 2005, at 16:10, Adrian Holovaty wrote:

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.

There is however a nasty gotcha: you need to set a different PythonInterpreter for each domain, or Bad Things can happen.

http://www.djangoproject.com/documentation/modpython/#multiple-django- installations-on-the-same-apache

Reply via email to