Skip to content

Instantly share code, notes, and snippets.

@harshityadav95
Created August 13, 2017 19:04
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 harshityadav95/39279028b2c7a2e165c02eaf81661ac9 to your computer and use it in GitHub Desktop.
Save harshityadav95/39279028b2c7a2e165c02eaf81661ac9 to your computer and use it in GitHub Desktop.
from django.shortcuts import render
# Create your views here.
def home(request):
return render(request,'webapp/home.html',{})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment