Re: sites framework + gunicorn

2011-03-06 Thread ronny
what I mean is that each supervisor thread calls a separate gunicorn process. Sorry I'm getting the terms confused. Anyway, I tried it, but I'm still having trouble. Here is my supervisor.conf [program:gunicorn-blog-HE-development] directory=/var/www/blog.development/private/blog command=/var/

Re: sites framework + gunicorn

2011-03-02 Thread Shawn Milochik
What do you mean by 'gunicorn instance' here? > The idea is that in each gunicorn instance I set the > DJANGO_SETTINGS_MODULE to a different settings.py file, and hopefully > get the corrrect result. In any case, I highly recommend you just use supervisord[1] for this and put the path to the sett

sites framework + gunicorn

2011-03-02 Thread ronny
Hi, I'm trying to run multiples sites using the sites-framework, and gunicorn. I'm using the same project, same databases, only I try to use different settings.py files with different names. The idea is that in each gunicorn instance I set the DJANGO_SETTINGS_MODULE to a different settings.py fi