Skip to content

Instantly share code, notes, and snippets.

@ldunn
Created October 17, 2009 04:14
Show Gist options
  • Save ldunn/212237 to your computer and use it in GitHub Desktop.
Save ldunn/212237 to your computer and use it in GitHub Desktop.
from django.shortcuts import render_to_response
def hello(request):
hello = "do haz."
return render_to_response('index.html', {'hi_text': hello})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment