Re: How to handle apps independently in a Wsgi/Apache deployment

2011-10-25 Thread Andre Terra
Assuming I understood your question, here's a wild guess. Use different settings files and set the DJANGO_SETTINGS_MODULE on the fly on your .wsgi script Cheers, AT On 10/25/11, vpetkov wrote: > Hi, > > I have the standard Wsgi/Apache deployment with several apps in a > single project, admin

How to handle apps independently in a Wsgi/Apache deployment

2011-10-25 Thread vpetkov
Hi, I have the standard Wsgi/Apache deployment with several apps in a single project, admin enabled. I would like to keep the apps independent in production, so that a possible error in one does not bring down the whole wsgi daemon process and leave the other apps inaccessible. What I found i