DjangoDocker / myapp /views.py
CazC's picture
Backed out the folder
83c570e
raw
history blame
137 Bytes
from django.shortcuts import render, HttpResponse
# Create your views here.
def home(request):
return HttpResponse("Hello, Django!")