Skip to content

Instantly share code, notes, and snippets.

@Taohid0
Created April 23, 2019 18:37
Show Gist options
  • Save Taohid0/a656508259d771f66f6f139bdb12bfd9 to your computer and use it in GitHub Desktop.
Save Taohid0/a656508259d771f66f6f139bdb12bfd9 to your computer and use it in GitHub Desktop.
from django.shortcuts import render
def index(request):
return render(request, "build/index.html")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment