I have two websites hosted on the same machine. Both of them are developed using Django 1.3.
Now I need to move one site (website1) to the latest version of Django i.e. 1.5
Is it possible to do this? How should I set up the sites so that both work seamlessly?