Skip to content

Instantly share code, notes, and snippets.

@Miserlou
Created February 14, 2012 22:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Miserlou/1830870 to your computer and use it in GitHub Desktop.
Save Miserlou/1830870 to your computer and use it in GitHub Desktop.
render to response
return render_to_response('template.html', {'dictionary': my_dictionary}, context_instance=RequestContext(request))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment