Re: Overwriting the handler404

2011-05-03 Thread doniyor
hey, yes, sure, i import all the necessities. but the default handler404 seems to be called all the time. i cannot control it somehow. On May 2, 6:11 pm, Jason Culverhouse wrote: > On May 1, 2011, at 8:01 AM, doniyor wrote: > > > > > > > > > > > Hi there, > > i am

Re: Overwriting the handler404

2011-05-02 Thread Jason Culverhouse
On May 1, 2011, at 8:01 AM, doniyor wrote: > Hi there, > i am trying to overwrite handler404 of django so that i can call my > own view function when it doesnot find the appropriate view and if it > tries to give Http404. the whole problem is as follows: > > i defined my view function called

Overwriting the handler404

2011-05-01 Thread doniyor
Hi there, i am trying to overwrite handler404 of django so that i can call my own view function when it doesnot find the appropriate view and if it tries to give Http404. the whole problem is as follows: i defined my view function called 'remap_test' in my proxy app. and i changed the default