Skip to content

Instantly share code, notes, and snippets.

@ILoveBacteria
Created March 4, 2023 20:03
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 ILoveBacteria/1e61c4f0ab787cb04cb4f0930b8a143b to your computer and use it in GitHub Desktop.
Save ILoveBacteria/1e61c4f0ab787cb04cb4f0930b8a143b to your computer and use it in GitHub Desktop.
How to write a view in Django
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