Re: Multiple projects on one server

2014-07-02 Thread Jorge Andrés Vergara Ebratt
t; > "Develop with pleasure!" > > > > > >>-Original Message- > >>From: django-users@googlegroups.com > >>[mailto:django-users@googlegroups.com] On Behalf Of Andrew Pashkin > >>Sent: Wednesday, July 02, 2014 12:24 PM > >>To:

Re: Multiple projects on one server

2014-07-02 Thread Lachlan Musicman
t; http://www.jetbrains.com/pycharm/ > "Develop with pleasure!" > > >>-Original Message- >>From: django-users@googlegroups.com >>[mailto:django-users@googlegroups.com] On Behalf Of Andrew Pashkin >>Sent: Wednesday, July 02, 2014 12:24 PM >>To: Djan

RE: Multiple projects on one server

2014-07-02 Thread Ilya Kazakevich
mailto:django-users@googlegroups.com] On Behalf Of Andrew Pashkin >Sent: Wednesday, July 02, 2014 12:24 PM >To: Django Users >Subject: Re: Multiple projects on one server > >Sorry, I wrote to wrong mailing list (facepalm.jpg). But actually the topic is >relevant to django-users too =) On 0

Re: Multiple projects on one server

2014-07-02 Thread Lachlan Musicman
I do it using 3 different virtualenvs, each w their own Django install (prod, stage, dev). To facilitate the settings I use the Two Scoops of Django by @pydanny (and his partner whose name escapes me just now) method which I highly recommend as a post-tutorial text in general. But if they are dif

Re: Multiple projects on one server

2014-07-02 Thread Andrew Pashkin
Sorry, I wrote to wrong mailing list (facepalm.jpg). But actually the topic is relevant to django-users too =) On 02.07.2014 12:11, Andrew Pashkin wrote: Hi all! Does anybody had experience in managing deployment of two or moredifferent projects on one system? I have such task and main issue

Multiple projects on one server

2014-07-02 Thread Andrew Pashkin
Hi all! Does anybody had experience in managing deployment of two or moredifferent projects on one system? I have such task and main issue that Im experiencing is configuration an dependencies clashes. Best solution which I have is to make common deployment config for all projects, but this