Skip to content

Instantly share code, notes, and snippets.

@tai-sho
Created March 31, 2014 05:47
Show Gist options
  • Save tai-sho/415b4fbb4d385c54a242 to your computer and use it in GitHub Desktop.
Save tai-sho/415b4fbb4d385c54a242 to your computer and use it in GitHub Desktop.
django view test
from django.http import HttpResponse
from django.shortcuts import render_to_response
def helloworld(request):
return render_to_response('test.html', {'title': 'djangoTest!'})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment