Re: How to best use gunicorn with multiple virtualenv's

2011-07-20 Thread Shawn Milochik
I just create a different user account for each application I'm running. So each user account has its own virtualenv, gunicorn, etc. Obviously just one nginx instance. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send e

How to best use gunicorn with multiple virtualenv's

2011-07-19 Thread Benedict Verheyen
Hi, I just discovered gunicorn after some problems with wsgi. It seems like a very clean setup together with supervisord. However, it's not clear to me how you set it up when you have multiple virtualenvs. It's easy enough to install gunicorn in a virtualenv and then specify a upstream in nginx