CazC's picture
swapped
61ae29a
raw
history blame contribute delete
137 Bytes
from django.shortcuts import render, HttpResponse
# Create your views here.
def home(request):
return HttpResponse("Hello, Django!")