Hi,

As I understand context are data we can use in our templates, and the
purpose of context processor is instead of doing something like

c = Context({
        'latest_poll_list': latest_poll_list,
    })

or

return render_to_response('polls/index.html', {'latest_poll_list':
latest_poll_list})

the commonly use data will automatically available, do I get it right?

Thanks
james


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