Skip to content

Instantly share code, notes, and snippets.

@mrob11
Created December 5, 2013 22:09
Show Gist options
  • Save mrob11/7814906 to your computer and use it in GitHub Desktop.
Save mrob11/7814906 to your computer and use it in GitHub Desktop.
from django.http import HttpResponse
def hello(request):
return HttpResponse("Hello world!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment