Re: multiple django installation in one server

2016-09-08 Thread m1chael
virtual environments and virtual hosts through your web server On Wed, Sep 7, 2016 at 9:28 AM, miarisoa sandy wrote: > Hi guys, > > I hope you are doing fine. > I have googled it but no fruitful results. > I am a newbie in django and I wonder what is the number maximum django > that I can instal

Re: multiple django installation in one server

2016-09-07 Thread Luis Zárate
Take a look http://michal.karzynski.pl/blog/2013/06/09/django-nginx-gunicorn-virtualenv-supervisor/ , You can do this steps for ever django project in the same server 2016-09-07 7:28 GMT-06:00 miarisoa sandy : > Hi guys, > > I hope you are doing fine. > I have googled it but no fruitful resul

Re: multiple django installation in one server

2016-09-07 Thread Asad Jibran Ahmed
Hi, I have a similar setup for my projects. What I do is: 1. Create a new virtual environment for the project ( https://virtualenv.pypa.io/en/stable/). Virtual environments make sure that each project that you deploy can have it's own set of dependencies that do not conflict with the

multiple django installation in one server

2016-09-07 Thread miarisoa sandy
Hi guys, I hope you are doing fine. I have googled it but no fruitful results. I am a newbie in django and I wonder what is the number maximum django that I can install in one server?? I have a lot of projects that I would like to check with django ( one project -> one django) to avoid some conf