Spaces:
Running
on
Zero
Running
on
Zero
File size: 100 Bytes
0f43f8a |
1 2 3 4 5 6 |
from django.http import HttpResponse
def index(request):
return HttpResponse('Hello, World!')
|