Re: Multiple versions of Django

2013-10-01 Thread graeme
On Tuesday, October 1, 2013 8:45:37 AM UTC+5:30, Jasvir Singh wrote: > > 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 .

Re: Multiple versions of Django

2013-10-01 Thread Daniel Roseman
On Tuesday, 1 October 2013 04:15:37 UTC+1, Jasvir Singh wrote: > 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

Re: Multiple versions of Django

2013-09-30 Thread Jasvir Singh
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 apac

Re: Multiple versions of Django

2013-09-30 Thread carlos
> Sorry please disregard I didn't read far enough into your message > > > > > > On Mon, Sep 30, 2013 at 10:25 AM, Jasvir Singh <jassigrewa...@gmail.com> > wrote: > > Is it possible to install multiple versions of Django on single ubuntu > server. > > If yes

Re: Multiple versions of Django

2013-09-30 Thread Peter Herndon
lt;j...@zognet.com> wrote: > Sorry please disregard I didn't read far enough into your message > > > On Mon, Sep 30, 2013 at 10:25 AM, Jasvir Singh <jassigrewa...@gmail.com> > wrote: > Is it possible to install multiple versions of Django on single ubuntu server. >

Re: Multiple versions of Django

2013-09-30 Thread Bill Freeman
Singh <jassigrewa...@gmail.com>wrote: > >> Is it possible to install multiple versions of Django on single ubuntu >> server. >> If yes, please tell me how to do this. >> I have already made a try for this using virtual environment, but >> found that it is only for dev

Re: Multiple versions of Django

2013-09-30 Thread Gerald Klein
Sorry please disregard I didn't read far enough into your message On Mon, Sep 30, 2013 at 10:25 AM, Jasvir Singh <jassigrewa...@gmail.com>wrote: > Is it possible to install multiple versions of Django on single ubuntu > server. > If yes, please tell me how to do this. > I

Re: Multiple versions of Django

2013-09-30 Thread Gerald Klein
Yes, use something like VirtualEnv, it allows you to separate website environments and requirements and it has nice additionals to help you publish On Mon, Sep 30, 2013 at 10:25 AM, Jasvir Singh <jassigrewa...@gmail.com>wrote: > Is it possible to install multiple versions of Django

Multiple versions of Django

2013-09-30 Thread Jasvir Singh
Is it possible to install multiple versions of Django on single ubuntu server. If yes, please tell me how to do this. I have already made a try for this using virtual environment, but found that it is only for development. -- Jasvir Singh Grewal Blog:http://jasvirsinghgrewal91.wordpress.com

Re: Running multiple versions of Django on the same machine

2009-12-22 Thread Shawn Milochik
Use virtualenv. All the cool kids are doing it. You will love it -- it does what you want and more, and I use it on my Mac with no worries. Shawn Sent from my iPhone On Dec 22, 2009, at 6:42 PM, Alex Fink wrote: > Hi all, > > I'm developing for several different

Running multiple versions of Django on the same machine

2009-12-22 Thread Alex Fink
Hi all, I'm developing for several different Django projects, one of which has yet to move from Django 1.0 to 1.1. I'd like to move some of the projects to 1.1, but keep one of the projects on 1.0. Maybe this is easy to do, but I didn't know the right search terms to figure out what I'm

Re: Running Multiple Versions of Django (91 and trunk) on the same machine

2006-09-25 Thread [EMAIL PROTECTED]
Thanks to all who offered their suggestions. I'll document what worked for me: With a single installation of Python 2.4, I purposely did not symlink or install Django in the site-packages folder. I took out all references to PYTHONPATH and PYTHONBIN from my .bash_login file. I created a shell

Re: Running Multiple Versions of Django (91 and trunk) on the same machine

2006-09-25 Thread Graham Dumpleton
[EMAIL PROTECTED] wrote: > I'm trying to run multiple versions of Django on OS X to support > applications written under different code. After searching ad nauseum, > I think I'm very close, but I can't get it working. I'd like to be able > to choose the Django version, ei

Re: Running Multiple Versions of Django (91 and trunk) on the same machine

2006-09-25 Thread Maximillian Dornseif
To test different versions of Python packages I usually use a brute-force approach: HAving 2 complete python installations. On a Mac there is one default python 2.3 installation at /usr/bin/python. Since I prefer 2.4 I have used Darwinpoorts to install a second Python Instance living at

Running Multiple Versions of Django (91 and trunk) on the same machine

2006-09-25 Thread [EMAIL PROTECTED]
I'm trying to run multiple versions of Django on OS X to support applications written under different code. After searching ad nauseum, I think I'm very close, but I can't get it working. I'd like to be able to choose the Django version, either through the development web server, or through