Skip to content

Instantly share code, notes, and snippets.

@H3lllfir3
Created May 9, 2020 18:05
Show Gist options
  • Select an option

  • Save H3lllfir3/13756a8beca2c77321d11893570c22a2 to your computer and use it in GitHub Desktop.

Select an option

Save H3lllfir3/13756a8beca2c77321d11893570c22a2 to your computer and use it in GitHub Desktop.
first django view
from django.http import HttpResponse
def index(request):
return HttpResponse("Hello, world. You're at the polls index.")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment