Re: Multiple django web applications

2013-10-15 Thread drakko
Hello Thanks for insight guys Yes I'm using mod_wsgi. Drakko piektdiena, 2013. gada 27. septembris 15:21:54 UTC+2, Ben Lopatin rakstīja: > > drakko, using virtualenv will certainly help in isolating your projects > and dependencies. You can host both on the same server, how you go about > doin

Re: Multiple django web applications

2013-09-27 Thread Ben Lopatin
drakko, using virtualenv will certainly help in isolating your projects and dependencies. You can host both on the same server, how you go about doing this will depend in part on your setup. If you're using Apache with mod_wsgi I think - if memory serves correctly - that you could just use diff

Re: Multiple django web applications

2013-09-27 Thread Rafael E. Ferrero
I'm not a guru but... If you want to run two differents django projects with different versions of django then i think that virtualenv can help you... are some tutorial somewhere. If you want to run two differentes django projects with same version of django then just use virtual on appache (i do