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