File size: 107 Bytes
0f43f8a
 
 
1
2
3
4
from django.shortcuts import render
def index(request):
    return HttpResponse('Welcome to Refresh App!')