Spaces:
Runtime error
Runtime error
File size: 137 Bytes
61f7638 |
1 2 3 4 5 |
from django.shortcuts import render, HttpResponse
# Create your views here.
def home(request):
return HttpResponse("Hello, Django!") |