django-book
django-book copied to clipboard
render() instead of render_to_response()
It seems that it is time to switch the template from render_to_response()
to render()
i was going to pull the update, but the problem is that it needs more talk about, since earlier in the chapter render()
is used in command line, so the reader will be confused?