Am 08.10.2008 um 10:33 schrieb David Reynolds:

> On 8 Oct 2008, at 4:05 am, Bobby Roberts wrote:
>
>> 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?
>
>
> Use a template tag.
>
> Oh and Quote.objects.order_by('?')[0] is probably what you want
>
> --  
> David Reynolds

If you want the quotes on every page, you could also use a custom  
context processor.
http://docs.djangoproject.com/en/dev/ref/templates/api/#writing-your-own-context-processors

-benjamin


--~--~---------~--~----~------------~-------~--~----~
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