Re: context processors execution

2007-08-13 Thread Matt Davies
Hi James can yo ucopy the rest of the email in mate, I'm not sure what my poitn was going to be without seeing it :-) Lots going on. On 13/08/07, james_027 <[EMAIL PROTECTED]> wrote: > > > hi Matt, > > On Aug 13, 3:13 pm, "Matt Davies" <[EMAIL PROTECTED]> wrote: > > James, are you talking

Re: context processors execution

2007-08-13 Thread james_027
hi Matt, On Aug 13, 3:13 pm, "Matt Davies" <[EMAIL PROTECTED]> wrote: > James, are you talking about putting a context processor into the > settings.py file? > yes, and also context processor called as argument on views by ContextRequest() Thanks james

Re: context processors execution

2007-08-13 Thread Matt Davies
James, are you talking about putting a context processor into the settings.py file? On 13/08/07, james_027 <[EMAIL PROTECTED]> wrote: > > > hi, > > someone to confirm this? > > thanks > james > > On Aug 10, 10:29 am, james_027 <[EMAIL PROTECTED]> wrote: > > hi, > > > > Are the context

Re: context processors execution

2007-08-12 Thread james_027
hi, someone to confirm this? thanks james On Aug 10, 10:29 am, james_027 <[EMAIL PROTECTED]> wrote: > hi, > > Are the context processors executed only when you pass a request > context from view to template? The documentation mentions that a > requestcontext could accept an optional argument

context processors execution

2007-08-09 Thread james_027
hi, Are the context processors executed only when you pass a request context from view to template? The documentation mentions that a requestcontext could accept an optional argument which is a context processor, is it the same as putting the context processor in the context processor settings