Re: Multiple Django Projects Under One Directory

2007-09-26 Thread kidormb
On Sep 26, 6:23 pm, Chris Brand <[EMAIL PROTECTED]> wrote: > kidormb wrote: > > When I restart Apache2 and invoke an application in mysite, the > > response is correct. If I then > > invoke an application in testsite, there are errors with the url since > > it is apparently still using the > >

Re: Multiple Django Projects Under One Directory

2007-09-26 Thread Chris Brand
kidormb wrote: > When I restart Apache2 and invoke an application in mysite, the > response is correct. If I then > invoke an application in testsite, there are errors with the url since > it is apparently still using the > mysite settings. > > I have to restart Apache2 to correctly invoke an

Multiple Django Projects Under One Directory

2007-09-26 Thread kidormb
I am a Django newbie and I am sure there is a simple answer to this problem. I have 2 dnajgo projects under 1 directory (i.e. /home/xxx/django/ mysite and /home/xxx/django/testsite) My httpd.conf file contains the following: SetHandler python-program PythonHandler