On 08/12/2010 12:18 PM, Rick Caudill wrote:
Hi,

Is it possible to run Django 1.1 and Django 1.2 on the same server?  I
have some legacy apps that I need to port to 1.2 but until then I would
still like to run 1.1 and also at the same time run 1.2 for some new
apps.  Is this possible????

If you Google for pip + virtualenv + virtualenvwrapper, you'll find the best way to do this. In short, you can create virtual Python environments in which you can run not just different versions of Django, or any other Python libraries, but even different versions of Python.

virtualenvwrapper.project is also quite worthwhile.
--
Regards,

Clifford Ilkay
Dinamis
1419-3266 Yonge St.
Toronto, ON
Canada  M4N 3P6

<http://dinamis.com>
+1 416-410-3326

--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to