kenken999's picture
update
b97a3a5
raw
history blame
107 Bytes
from django.shortcuts import render
def index(request):
return HttpResponse('Welcome to Refresh App!')