Re: Closures, Django Request Object, Django architecture

2009-08-25 Thread Dennis Fogg
AM, Dennis Fogg wrote: > I looked at my code based on your feedback. > In this particular case, the code that needs the request is doing status > notifications > http://blog.ianbicking.org/web-application-patterns-status-notification.html > and > it needs access to the sessio

Re: Closures, Django Request Object, Django architecture

2009-08-25 Thread Dennis Fogg
I looked at my code based on your feedback. In this particular case, the code that needs the request is doing status notifications http://blog.ianbicking.org/web-application-patterns-status-notification.html and it needs access to the session from the request object. You are correct in that what I