Bobby Roberts wrote:
>> Is your problem the mechanics of *making* the random choice, or are you
>> uncertain how to get it into your output?
>>     
>
> Hi Steve -
>
> Yeah i know the randomization needs to be in the view and then pushed
> back to the template.  How would I call the view on each page in the
> website?
>   
Put it in template context processor, it's computed automatically for
each page access and available to your base template. That way it's
included in any view you call.

regards
 Steve



--~--~---------~--~----~------------~-------~--~----~
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?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to