Best regards
Mario
http://effbot.org/zone/django-multihost.htm
There's also a patch in Trac to allow this to work with reverse url
lookups as well, although I've personally been reluctant to apply it so
far, since I suspect there might be a better way to do it.
Regards,
Malcolm
But this only seems to handle URL-Conf. I have patched my Django
Installation with the multi-db-patch and therefor I have different
database connection settings in my settings.py. Thatswhy I need
different settings.py-files
You seem to have a contradiction in requirements, then. By definition,
fastcgi processes are long running and are only set up once. So they
will use the same settings files throughout, for example. Yet you
explicitly want different settings in each case.
If you really do need separate settings in each case, you are going to
have be running separate processes for each request.
Malcolm