Hi Mae,

On 8/29/06, Mae <[EMAIL PROTECTED]> wrote:
> I think what you're talking about is this paragraph from the doc:
> "Also, you can give RequestContext a list of additional processors,
> using the optional, third positional argument, processors.

Actually, I was more thinking that you could write a
TemplateContextProcessor, calling it TickerContextProcessor and then
include TickerContextProcessor in the TEMPLATE_CONTEXT_PROCESSORS
configuration setting.

TickerContextProcessor would add to the context all the variables
required for the ticker.

This works well if the Ticker is required for every request. If not,
you might consider writing a custom tag that can be called by
ticker.html and would load the context with the correct variables.

Hope it works out for you,

Alan.
-- 
Alan Green
[EMAIL PROTECTED] - http://bright-green.com

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to