Skip to content

Instantly share code, notes, and snippets.

@ogonbat
Created July 10, 2012 20:35
Show Gist options
  • Save ogonbat/3086082 to your computer and use it in GitHub Desktop.
Save ogonbat/3086082 to your computer and use it in GitHub Desktop.
views.py
def home(request):
return render_to_response('backend/index.html',context_instance=RequestContext(request))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment