Re: Two Django visions running at once.

2008-09-23 Thread David Durham, Jr.
On Wed, Sep 17, 2008 at 3:21 PM, KillaBee <[EMAIL PROTECTED]> wrote: > > Is it possible to have two versions of django running at the same time > on an Ubuntu server(9.0 and 1.0)? > It is taking to long to recode, and until I do I wanted It up and > running with the old version. > I got the

Re: Re: Two Django visions running at once.

2008-09-23 Thread ra21vi
ogle for setting pythonpath envvars. hope i undrstood your requirement genuinely -Original Message- From: KillaBee <[EMAIL PROTECTED]> Sent: 2008-09-19 04:34:48 GMT+08:00 To: Django users <django-users@googlegroups.com> Subject: Re: Two Django visions running at once. For r

Re: Two Django visions running at once.

2008-09-18 Thread KillaBee
For right now I don't care if the new version is running I just want the old one installed. I am running VMware on this laptop to test some things out, but haven't been able to put it on Ubuntu. On Sep 18, 3:14 pm, Faheem Mitha <[EMAIL PROTECTED]> wrote: > On Wed, 17 Sep 2008 13:21:50 -0700

Re: Two Django visions running at once.

2008-09-18 Thread Faheem Mitha
On Wed, 17 Sep 2008 13:21:50 -0700 (PDT), KillaBee <[EMAIL PROTECTED]> wrote: > Is it possible to have two versions of django running at the same time > on an Ubuntu server(9.0 and 1.0)? > It is taking to long to recode, and until I do I wanted It up and > running with the old version. > I got

Re: Two Django visions running at once.

2008-09-17 Thread KillaBee
OK My brain stopped working Where in that Python Path? On Sep 17, 4:19 pm, KillaBee <[EMAIL PROTECTED]> wrote: > That sounds great, I will try that. and put the old .90 somewhere > else. > > On Sep 17, 4:09 pm, KillaBee <[EMAIL PROTECTED]> > wrote: > > > On Sep 17, 3:49 pm, "Norman Harman"

Re: Two Django visions running at once.

2008-09-17 Thread KillaBee
That sounds great, I will try that. and put the old .90 somewhere else. On Sep 17, 4:09 pm, KillaBee <[EMAIL PROTECTED]> wrote: > On Sep 17, 3:49 pm, "Norman Harman" <[EMAIL PROTECTED]> wrote: > > > > > KillaBee wrote: > > > Is it possible to have two versions of django running at the same time

Re: Two Django visions running at once.

2008-09-17 Thread Tim Chase
> 1. Django .90 installed so that the app works. > 2. To have this app up and running with .90. > 3. Django 1.0 installed so that I can shut down .90 and run 1.0. > 4. Run 1 so that I can recode my app for 1.0 For the dev-server, it's easy (at least in a Bash shell...for others, YMMV)

Re: Two Django visions running at once.

2008-09-17 Thread KillaBee
On Sep 17, 3:49 pm, "Norman Harman" <[EMAIL PROTECTED]> wrote: > KillaBee wrote: > > Is it possible to have two versions of django running at the same time > > on an Ubuntu server(9.0 and 1.0)? > > Yes, depending on your definition of "running". > > Far too much depends on how you've set things

Re: Two Django visions running at once.

2008-09-17 Thread Tim Chase
> Is it possible to have two versions of django running at the same time > on an Ubuntu server(9.0 and 1.0)? > It is taking to long to recode, and until I do I wanted It up and > running with the old version. > I got the tar.gz from the web site, but do I have to get rid of the > new version? I

Re: Two Django visions running at once.

2008-09-17 Thread Norman Harman
KillaBee wrote: > Is it possible to have two versions of django running at the same time > on an Ubuntu server(9.0 and 1.0)? Yes, depending on your definition of "running". Far too much depends on how you've set things up and what exactly you want to accomplish to give advice. Esp based on

Two Django visions running at once.

2008-09-17 Thread KillaBee
Is it possible to have two versions of django running at the same time on an Ubuntu server(9.0 and 1.0)? It is taking to long to recode, and until I do I wanted It up and running with the old version. I got the tar.gz from the web site, but do I have to get rid of the new version?