So now that Django 1.2 is officially out...
Posted
by Fedor
on Stack Overflow
See other posts from Stack Overflow
or by Fedor
Published on 2010-05-17T18:21:51Z
Indexed on
2010/05/17
18:40 UTC
Read the original article
Hit count: 421
Since I have Django 1.1x on my Debian setup - how can I use virtualenv
or similar and not have it mess up my system's default django version which in turn would break all my sites?
Detailed instructions or a great tutorial link would very much be appreciated - please don't offer vague advice since I'm still a noob.
Currently I store all my django projects in ~/django-sites and I am using Apache2 + mod_wsgi to deploy.
© Stack Overflow or respective owner