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 [email protected].
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.