--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN_O85vhiKvpdxf74stvfR1AsLcoP6E1EeC1M86nHgFRF34K1g%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
Gerald Klein DBA
Arch Awesome, Ranger & Vim the coding triple threat.
Linux registered user #548580
Brought to you by the Amish Mafia
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users...@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAN_O85vhiKvpdxf74stvfR1AsLcoP6E1EeC1M86nHgFRF34K1g%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAP8NtCw5tr3%3Dt0k6H2CUVGfaNkX6jFhArh6E1iz32s412%3DjL0Q%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/78E9816C-7555-4A0C-928D-F9D346463987%40gmail.com.
On Mon, 30 Sep 2013, Jasvir Singh wrote:
> Is it possible to install multiple versions of Django on single ubuntu server.
> If yes, please tell me how to do this.
@all, thanks for their help but my requirement is to use multiple
versions of django on single server. I have to use it apache web server.
Here is the full scene.
I have django 1.4.2 installed on ubuntu server which uses apache.
There are several django based applications installed on it. All of
them are working on django 1.4.2 . But recently I have developed an
another application using django 1.5.2. Now I have to install that
application on server, but problem is that, I can not remove django
1.4.2 from server. For this purpose, I have tried virtual environment
using steps given in following link:
http://serverfault.com/questions/413879/how-can-i-run-two-django-versions-in-the-same-server
But when I wish to use to application, I have to switch on virtual
environment and start then django server. I want that app to run without
using django server.
Hope that I am able to explain the problem. If there is any confusion, please ask.
On Mon, 30 Sep 2013, Jasvir Singh wrote:
I have django 1.4.2 installed on ubuntu server which uses apache.
There are several django based applications installed on it. All of
them are working on django 1.4.2 . But recently I have developed an
another application using django 1.5.2. Now I have to install that
application on server, but problem is that, I can not remove django