Re: Setting up Django in apache

2008-09-03 Thread James Bennett
On Wed, Sep 3, 2008 at 10:28 PM, Pepsi330ml <[EMAIL PROTECTED]> wrote: > Thus i cannot use the PythonOption django.root > Is there other alternative? Well, what you can generally do to work around this if you have an older Django is to create a new file, say, root_urls.py in your project, and set

Re: Setting up Django in apache

2008-09-03 Thread Graham Dumpleton
On Sep 4, 1:28 pm, Pepsi330ml <[EMAIL PROTECTED]> wrote: > Hi > > Forget to add on. I am using Django version 0.96. > Don't intend to upgrade to version 1.0 now. > > Thus i cannot use the PythonOption django.root > Is there other alternative? >From memory the answer is 'No'. Graham --~--~---

Re: Setting up Django in apache

2008-09-03 Thread Pepsi330ml
Hi Forget to add on. I am using Django version 0.96. Don't intend to upgrade to version 1.0 now. Thus i cannot use the PythonOption django.root Is there other alternative? Thank you. --~--~-~--~~~---~--~~ You received this message because you are subscribed to th

Setting up Django in apache

2008-09-03 Thread Pepsi330ml
Hi, Initially, my setting in apache is ... The web request http://www.mydjango.com will be handle by my django page. Now, i want to change the web request to http://www.mydjango.com/pepsi, to be handled by my django page. I do not want to change the urls.py in my django project. This do not