Re: 404 handler not working on live hosting environment

2010-09-10 Thread Sithembewena Lloyd Dube
:) If I had my way, we'd be using Linux for dev. The design guys need Windows for all the Adobe software (although technically, there's VirtualBox, Wine et al). On Fri, Sep 10, 2010 at 10:55 AM, Kenneth Gonsalves wrote: > On Fri, 2010-09-10 at 09:55 +0200, Sithembewena Lloyd Dube wrote: > > Thank

Re: 404 handler not working on live hosting environment

2010-09-10 Thread Kenneth Gonsalves
On Fri, 2010-09-10 at 09:55 +0200, Sithembewena Lloyd Dube wrote: > Thanks Kenneth, we were also discussing yesterday how we need to have > a > "safer" deployment strategy. > > We are using TortoiseSVN for version Control. you could look into upgrading from windows also ;-) -- regards Kenneth G

Re: 404 handler not working on live hosting environment

2010-09-10 Thread Sithembewena Lloyd Dube
Thanks Kenneth, we were also discussing yesterday how we need to have a "safer" deployment strategy. We are using TortoiseSVN for version Control. On Fri, Sep 10, 2010 at 4:31 AM, Kenneth Gonsalves wrote: > On Thu, 2010-09-09 at 14:31 +0200, Sithembewena Lloyd Dube wrote: > > Yes, both the Djang

Re: 404 handler not working on live hosting environment

2010-09-09 Thread Kenneth Gonsalves
On Thu, 2010-09-09 at 14:31 +0200, Sithembewena Lloyd Dube wrote: > Yes, both the Django and Python versions on dev and prod match. We are > running Django 1.2.1. and Python 2.6.5. > > On our dev server, we use Django's server instead of Apache. > > actually to avoid problems like this in produ

Re: 404 handler not working on live hosting environment

2010-09-09 Thread Sithembewena Lloyd Dube
Hi Kenneth, Yes, both the Django and Python versions on dev and prod match. We are running Django 1.2.1. and Python 2.6.5. On our dev server, we use Django's server instead of Apache. So happens that a colleague solved the issue as I was responding to your questions - by restarting Apache. Than

Re: 404 handler not working on live hosting environment

2010-09-09 Thread Kenneth Gonsalves
On Thu, 2010-09-09 at 14:19 +0200, Sithembewena Lloyd Dube wrote: > We are in the process of deploying a Django app to WebFaction hosting > where > we use Apache to serve it. > > is the django version used in your dev server the same as that on webfaction? Also did you test with apache on your d

404 handler not working on live hosting environment

2010-09-09 Thread Sithembewena Lloyd Dube
Hi folks, We are in the process of deploying a Django app to WebFaction hosting where we use Apache to serve it. - We are using Django's handler404 callable in our URLConf, where we instruct Django to pass 404 errors to a custom view. - In turn, the view fetches region-specific data and passes