Skip to content

Instantly share code, notes, and snippets.

@alxpck
Created July 25, 2015 21:12
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 alxpck/32159ee02320151b80f7 to your computer and use it in GitHub Desktop.
Save alxpck/32159ee02320151b80f7 to your computer and use it in GitHub Desktop.
from django.http import HttpResponse
def hello_world(request):
return HttpResponse('Hello World')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment