What is the advantage in using a context? You only put the content i would 
put directly into the render_to_response arguments in an own dict, like

context = {'foo':'bar'}
return context

is equal to

return {'foo':'bar'}

???

But thanks to your code -- it's much better than mine ;-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/django-users/-/9J3zPpBG5iwJ.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to