Skip to content

Instantly share code, notes, and snippets.

@KunalGautam
Created July 15, 2019 16:55
Show Gist options
  • Save KunalGautam/bef9489b38d2a41e295aec7720cdce5f to your computer and use it in GitHub Desktop.
Save KunalGautam/bef9489b38d2a41e295aec7720cdce5f to your computer and use it in GitHub Desktop.
from django.http import HttpResponse
# Create your views here.
def index(request):
return HttpResponse("Hello World!")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment