And after virtualen take a look on virtualenvwrapper, makes virtualenv more handy http://pypi.python.org/pypi/virtualenvwrapper
On Wed, May 12, 2010 at 4:50 AM, Andy McKay <[email protected]> wrote: > > On 2010-05-11, at 7:26 PM, james_027 wrote: >> While I have a number of django apps develop for Django 1.1 ... I also >> want to use Django 1.2 for my new project. How can I have multiple >> version of Django in my machine where my apps will be instructed >> either to use 1.1 or 1.2 > > You should look at using virtualenv to isolate your environment: > > http://pypi.python.org/pypi/virtualenv > -- > Andy McKay, @andymckay > Django Consulting, Training and Support > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

