Simon Willison’s Weblog

Subscribe

1 item tagged “request”

2008

Shortcutting render_to_response. I tend to use a simple wrapper function, but the other options described here are worth exploring. This is why I’m so keen on Django’s “take a request object, return a response object” philosophy—it makes it trivial to extend the framework in the direction you want. # 10th June 2008, 11:49 am