Anyone had any problems with installing django 1.3 and 1.4 on the same development machine next to each other? Developing project A with django 1.3 and project B with django 1.4?
Anyone tryed to run different applications with different versions of django on the same server?
I think you are looking for
virtualenv.