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