Skip to content

Instantly share code, notes, and snippets.

@topspinppy
Last active April 26, 2018 15:34
Show Gist options
  • Save topspinppy/e9e972339f922e7ebb697b68cc406550 to your computer and use it in GitHub Desktop.
Save topspinppy/e9e972339f922e7ebb697b68cc406550 to your computer and use it in GitHub Desktop.
from django.shortcuts import render
from django.http import HttpResponse
# Create your views here.
def index(request):
return HttpResponse("<h1>Hello World</h1>")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment