Re: problem with middleware - correctly formatted

2011-09-29 Thread Tom Evans
On Thu, Sep 29, 2011 at 2:18 AM, jenia ivlev wrote: > Hello: > > This is the second version of my question. I reformatted it. > > I have defined a middleware class. and i have added it to the > middleware_classes attribute in setting. When a request comes in, the >

problem with middleware - correctly formatted

2011-09-28 Thread jenia ivlev
Hello: This is the second version of my question. I reformatted it. I have defined a middleware class. and i have added it to the middleware_classes attribute in setting. When a request comes in, the middleware class gets created (the debugger catches the code when the breakpoint is on the class