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 different projects, virtualenv is your friend.

L.
On 02/07/2014 6:12 pm, "Andrew Pashkin" <andrew.pash...@gmx.co.uk> 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 that
> Im experiencing is configuration an dependencies clashes.
>
> Best solution which I have is to make common deployment config for all
> projects, but this is looks ugly.
>
> --
> With kind regards, Andrew Pashkin.
> cell phone - +7 (985) 898 57 59
> Skype - waves_in_fluids
> e-mail - andrew.pash...@gmx.co.uk
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/53B3BEC4.5050803%40gmx.co.uk.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAGBeqiMsNQ2P9K6J4Gts0nr4Ru14MUOtDGxOKVBHaJpO%2BsevNA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to